Make WordPress Core

Ticket #22203: 22203.2.patch

File 22203.2.patch, 450 bytes (added by SergeyBiryukov, 12 years ago)

Fixed formatting and a typo

  • wp-includes/wp-db.php

     
    536536        function __construct( $dbuser, $dbpassword, $dbname, $dbhost ) {
    537537                register_shutdown_function( array( $this, '__destruct' ) );
    538538
    539                 if ( WP_DEBUG )
     539                if ( WP_DEBUG && WP_DEBUG_DISPLAY )
    540540                        $this->show_errors();
    541541
    542542                $this->init_charset();