Ticket #22203: 22203.2.patch
File 22203.2.patch, 450 bytes (added by , 12 years ago) |
---|
-
wp-includes/wp-db.php
536 536 function __construct( $dbuser, $dbpassword, $dbname, $dbhost ) { 537 537 register_shutdown_function( array( $this, '__destruct' ) ); 538 538 539 if ( WP_DEBUG )539 if ( WP_DEBUG && WP_DEBUG_DISPLAY ) 540 540 $this->show_errors(); 541 541 542 542 $this->init_charset();