Changes in trunk/wp-includes/wp-db.php [11943:12207]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r11943 r12207 358 358 register_shutdown_function(array(&$this, "__destruct")); 359 359 360 if ( defined('WP_DEBUG') and WP_DEBUG == true)360 if ( WP_DEBUG ) 361 361 $this->show_errors(); 362 362
Note: See TracChangeset
for help on using the changeset viewer.