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