Changeset 11853 for trunk/wp-includes/rewrite.php
- Timestamp:
- 08/20/2009 08:09:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r11578 r11853 300 300 301 301 // Substitute the substring matches into the query. 302 eval("\$query = \"" . addslashes($query) . "\";");302 $query = addslashes(WP_MatchesMapRegex::apply($query, $matches)); 303 303 // Filter out non-public query vars 304 304 global $wp;
Note: See TracChangeset
for help on using the changeset viewer.