diff --git a/wp-includes/version.php b/wp-includes/version.php index d0d09400ad0f..e621a5a996fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55142'; +$wp_version = '6.2-alpha-55143'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-settings.php b/wp-settings.php index 3ed93b2f3662..80593fa3f820 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -434,7 +434,7 @@ // Register the default theme directory root. register_theme_directory( get_theme_root() ); -if ( ! is_multisite() ) { +if ( ! is_multisite() && wp_is_fatal_error_handler_enabled() ) { // Handle users requesting a recovery mode link and initiating recovery mode. wp_recovery_mode()->initialize(); }