Changeset 24027
- Timestamp:
- 04/18/2013 09:51:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r22429 r24027 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
Note: See TracChangeset
for help on using the changeset viewer.