Plugin Directory

Changeset 984909


Ignore:
Timestamp:
09/09/2014 02:38:21 AM (11 years ago)
Author:
vellengs
Message:

Fixed slashes issue on description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dutch-auction-masters/trunk/inc/CustomPost.php

    r905232 r984909  
    128128                $item = shortcode_atts($default, $_POST);
    129129                if (isset($_POST['SC_description']))
    130                     $item["description"] = $_POST['SC_description'];
     130                    $item["description"] = stripslashes($_POST['SC_description']);
    131131
    132132                $categories = wp_get_post_categories($post_id);
Note: See TracChangeset for help on using the changeset viewer.