Changeset 33063 for branches/4.2/src/wp-includes/wp-db.php
- Timestamp:
- 07/03/2015 12:43:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/src/wp-includes/wp-db.php
r32377 r33063 739 739 } 740 740 741 if ( ( $this->use_mysqli && ! ( $this->dbh instanceof mysqli ) ) 742 || ( empty( $this->dbh ) || ! ( $this->dbh instanceof mysqli ) ) ) { 741 if ( ( $this->use_mysqli && ! ( $this->dbh instanceof mysqli ) ) || empty( $this->dbh ) ) { 743 742 return; 744 743 }
Note: See TracChangeset
for help on using the changeset viewer.