Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/wp-includes/classes.php

    r8263 r8511  
    111111
    112112                    // Substitute the substring matches into the query.
    113                     eval("\$query = \"$query\";");
     113                    eval("\$query = \"" . addslashes($query) . "\";");
    114114                    $this->matched_query = $query;
    115115
Note: See TracChangeset for help on using the changeset viewer.