Ticket #32127: 32127.diff
File 32127.diff, 417 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/wp-db.php
739 739 } 740 740 741 741 if ( ( $this->use_mysqli && ! ( $this->dbh instanceof mysqli ) ) 742 || ( empty( $this->dbh ) || ! ( $this->dbh instanceof mysqli )) ) {742 || ( empty( $this->dbh ) ) ) { 743 743 return; 744 744 } 745 745