Changeset 30299
- Timestamp:
- 11/11/2014 02:16:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r30297 r30299 1327 1327 $this->result = null; 1328 1328 1329 // Sanity check before using the handle 1330 if ( empty( $this->dbh ) || !( $this->dbh instanceof mysqli ) ) { 1331 return; 1332 } 1333 1329 1334 // Clear out any results from a multi-query 1330 1335 while ( mysqli_more_results( $this->dbh ) ) {
Note: See TracChangeset
for help on using the changeset viewer.