Ticket #16571: 16571.diff
| File 16571.diff, 402 bytes (added by mitchoyoshitaka, 2 years ago) |
|---|
-
wp-includes/wp-db.php
1030 1030 * @since 3.0.0 1031 1031 */ 1032 1032 function db_connect() { 1033 global $db_list, $global_db_list;1034 1033 1035 1034 if ( WP_DEBUG ) { 1036 1035 $this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, true );
