diff --git a/wp-includes/default-constants.php b/wp-includes/default-constants.php index 5a367cd3c6..98c8e48369 100644 --- a/wp-includes/default-constants.php +++ b/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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 4819775cef..6ed64f9b35 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.