Changeset 27277
- Timestamp:
- 02/26/2014 04:14:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r27257 r27277 1328 1328 @mysqli_real_connect( $this->dbh, $host, $this->dbuser, $this->dbpassword, null, $port, $socket, $client_flags ); 1329 1329 } 1330 1331 if ( $this->dbh->connect_errno ) { 1332 $this->dbh = null; 1333 } 1330 1334 } else { 1331 1335 if ( WP_DEBUG ) {
Note: See TracChangeset
for help on using the changeset viewer.