Changes from trunk/wp-includes/classes.php at r8263 to branches/2.6/wp-includes/classes.php at r8511
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-includes/classes.php
r8263 r8511 111 111 112 112 // Substitute the substring matches into the query. 113 eval("\$query = \" $query\";");113 eval("\$query = \"" . addslashes($query) . "\";"); 114 114 $this->matched_query = $query; 115 115
Note: See TracChangeset
for help on using the changeset viewer.