Changeset 33055 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 07/03/2015 03:25:07 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r33006 r33055 741 741 } 742 742 743 if ( ( $this->use_mysqli && ! ( $this->dbh instanceof mysqli ) ) 744 || ( empty( $this->dbh ) || ! ( $this->dbh instanceof mysqli ) ) ) { 743 if ( ( $this->use_mysqli && ! ( $this->dbh instanceof mysqli ) ) || empty( $this->dbh ) ) { 745 744 return; 746 745 }
Note: See TracChangeset
for help on using the changeset viewer.