Changeset 8510 for trunk/wp-includes/rewrite.php
- Timestamp:
- 07/30/2008 05:17:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r8365 r8510 153 153 154 154 // Substitute the substring matches into the query. 155 eval("\$query = \" $query\";");155 eval("\$query = \"" . addslashes($query) . "\";"); 156 156 // Filter out non-public query vars 157 157 global $wp;
Note: See TracChangeset
for help on using the changeset viewer.