Ticket #13657: 13657.2.diff
File 13657.2.diff, 695 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/wp-db.php
1589 1589 '<code>' . htmlspecialchars( $this->dbhost, ENT_QUOTES ) . '</code>' 1590 1590 ) . "</p>\n"; 1591 1591 1592 if( defined('WP_DEBUG') && defined('WP_DEBUG_DISPLAY') && WP_DEBUG && WP_DEBUG_DISPLAY ) { 1593 $message .= '<p>' . mysql_error() . "</p>\n"; 1594 } 1595 1592 1596 $message .= "<ul>\n"; 1593 1597 $message .= '<li>' . __( 'Are you sure you have the correct username and password?' ) . "</li>\n"; 1594 1598 $message .= '<li>' . __( 'Are you sure that you have typed the correct hostname?' ) . "</li>\n";