Changeset 34478 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 09/24/2015 04:29:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r34348 r34478 1475 1475 if ( $attempt_fallback ) { 1476 1476 $this->use_mysqli = false; 1477 $this->db_connect();1477 return $this->db_connect( $allow_bail ); 1478 1478 } 1479 1479 }
Note: See TracChangeset
for help on using the changeset viewer.