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-includes/link-template.php

    r23537 r23554  
    747747        $search = get_search_query( false );
    748748    else
    749         $search = $query;
     749        $search = stripslashes($query);
    750750
    751751    $permastruct = $wp_rewrite->get_search_permastruct();
Note: See TracChangeset for help on using the changeset viewer.