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:
Sergey Biryukov 2020-02-02 05:32:35 +00:00
parent 706daca6a3
commit 4e6674c48c
1 changed files with 1 additions and 1 deletions

View File

@ -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 );