Ticket #3759: query.php.diff
| File query.php.diff, 447 bytes (added by priv, 2 years ago) |
|---|
-
wp-includes/query.php
old new 747 747 } 748 748 749 749 // If a search pattern is specified, load the posts that match 750 $q['s'] = trim($q['s']); 750 751 if (!empty($q['s'])) { 751 752 // added slashes screw with quote grouping when done early, so done later 752 753 $q['s'] = stripslashes($q['s']);
