Ticket #11383: 11383.diff
| File 11383.diff, 370 bytes (added by Denis-de-Bernardy, 3 years ago) |
|---|
-
wp-includes/classes.php
423 423 $GLOBALS['more'] = 1; 424 424 $GLOBALS['single'] = 1; 425 425 } 426 427 if ( !WP_DEBUG && !current_user_can('manage_options') ) 428 $GLOBALS['debug'] = false; 426 429 } 427 430 428 431 /**
