Ticket #33105: 33105.diff
| File 33105.diff, 368 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/wp-db.php
1474 1474 1475 1475 if ( $attempt_fallback ) { 1476 1476 $this->use_mysqli = false; 1477 $this->db_connect();1477 return $this->db_connect(); 1478 1478 } 1479 1479 } 1480 1480 } else {