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/includes/class-wp-ms-themes-list-table.php

    r23416 r23554  
    127127        static $term;
    128128        if ( is_null( $term ) )
    129             $term = wp_unslash( $_REQUEST['s'] );
     129            $term = stripslashes( $_REQUEST['s'] );
    130130
    131131        foreach ( array( 'Name', 'Description', 'Author', 'Author', 'AuthorURI' ) as $field ) {
Note: See TracChangeset for help on using the changeset viewer.