Make WordPress Core

Changeset 23554 for trunk/wp-mail.php


Ignore:
Timestamp:
03/01/2013 04:28:40 PM (12 years ago)
Author:
ryan
Message:

Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-mail.php

    r23416 r23554  
    203203
    204204    $post_data = compact('post_content','post_title','post_date','post_date_gmt','post_author','post_category', 'post_status');
     205    $post_data = add_magic_quotes($post_data);
    205206
    206207    $post_ID = wp_insert_post($post_data);
Note: See TracChangeset for help on using the changeset viewer.