Docs: Fix typo in a comment with `WP_DEBUG_DISPLAY` description.
See #48303. Built from https://develop.svn.wordpress.org/trunk@47165 git-svn-id: http://core.svn.wordpress.org/trunk@46965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
11fb46d4c6
commit
f51b4579d5
|
@ -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 );
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-alpha-47164';
|
||||
$wp_version = '5.4-alpha-47165';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue