Ticket #46825: 46825.2.patch
| File 46825.2.patch, 658 bytes (added by , 7 years ago) |
|---|
-
src/wp-includes/default-constants.php
75 75 // Add define( 'WP_DEBUG', true ); to wp-config.php to enable display of notices during development. 76 76 if ( ! defined( 'WP_DEBUG' ) ) { 77 77 define( 'WP_DEBUG', false ); 78 } elseif ( WP_DEBUG && ! defined( 'WP_DISABLE_FATAL_ERROR_HANDLER' ) ) { 79 define( 'WP_DISABLE_FATAL_ERROR_HANDLER', true ); 78 80 } 79 81 80 82 // Add define( 'WP_DEBUG_DISPLAY', null ); to wp-config.php use the globally configured setting for