Make WordPress Core


Ignore:
Timestamp:
08/14/2008 05:00:37 PM (17 years ago)
Author:
ryan
Message:

Notice fixes. Props DD32. see #7509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/classes.php

    r8600 r8646  
    111111
    112112                    // Substitute the substring matches into the query.
    113                     eval("\$query = \"" . addslashes($query) . "\";");
     113                    eval("@\$query = \"" . addslashes($query) . "\";");
     114                   
    114115                    $this->matched_query = $query;
    115116
Note: See TracChangeset for help on using the changeset viewer.