Changeset 11891 for branches/2.8/wp-includes/rewrite.php
- Timestamp:
- 08/28/2009 06:07:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-includes/rewrite.php
r11579 r11891 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.