Changeset 10735
- Timestamp:
- 03/06/2009 05:09:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r10726 r10735 504 504 $query = array_shift($args); 505 505 // If args were passed as an array, move them up 506 if ( is _array($args[0]) )506 if ( isset($args[0]) && is_array($args[0]) ) 507 507 $args = $args[0]; 508 508 $query = str_replace("'%s'", '%s', $query); // in case someone mistakenly already singlequoted it
Note: See TracChangeset
for help on using the changeset viewer.