diff --git a/src/wp-includes/default-constants.php b/src/wp-includes/default-constants.php index 5a367cd3c6..98c8e48369 100644 --- a/src/wp-includes/default-constants.php +++ b/src/wp-includes/default-constants.php @@ -77,7 +77,7 @@ function wp_initial_constants() { 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. if ( ! defined( 'WP_DEBUG_DISPLAY' ) ) { define( 'WP_DEBUG_DISPLAY', true );