Make WordPress Core


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-admin/network/site-info.php

    r23416 r23554  
    6363
    6464    // update blogs table
    65     $blog_data = wp_unslash( $_POST['blog'] );
     65    $blog_data = stripslashes_deep( $_POST['blog'] );
    6666    $existing_details = get_blog_details( $id, false );
    6767    $blog_data_checkboxes = array( 'public', 'archived', 'spam', 'mature', 'deleted' );
Note: See TracChangeset for help on using the changeset viewer.