Docs: Fix typo in a comment with WP_DEBUG_DISPLAY
description.
See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47165 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
706daca6a3
commit
4e6674c48c
@ -77,7 +77,7 @@ function wp_initial_constants() {
|
|||||||
define( 'WP_DEBUG', false );
|
define( 'WP_DEBUG', false );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add define( 'WP_DEBUG_DISPLAY', null ); to wp-config.php use the globally configured setting
|
// Add define( 'WP_DEBUG_DISPLAY', null ); to wp-config.php to use the globally configured setting
|
||||||
// for 'display_errors' and not force errors to be displayed. Use false to force 'display_errors' off.
|
// for 'display_errors' and not force errors to be displayed. Use false to force 'display_errors' off.
|
||||||
if ( ! defined( 'WP_DEBUG_DISPLAY' ) ) {
|
if ( ! defined( 'WP_DEBUG_DISPLAY' ) ) {
|
||||||
define( 'WP_DEBUG_DISPLAY', true );
|
define( 'WP_DEBUG_DISPLAY', true );
|
||||||
|
Loading…
Reference in New Issue
Block a user