Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-db.php

    r11943 r12207  
    358358        register_shutdown_function(array(&$this, "__destruct"));
    359359
    360         if ( defined('WP_DEBUG') and WP_DEBUG == true )
     360        if ( WP_DEBUG )
    361361            $this->show_errors();
    362362
Note: See TracChangeset for help on using the changeset viewer.