diff --git a/wp-includes/class-wp-fatal-error-handler.php b/wp-includes/class-wp-fatal-error-handler.php index 842182d483..fdd56c674a 100644 --- a/wp-includes/class-wp-fatal-error-handler.php +++ b/wp-includes/class-wp-fatal-error-handler.php @@ -25,6 +25,8 @@ class WP_Fatal_Error_Handler { * This method is registered via `register_shutdown_function()`. * * @since 5.2.0 + * + * @global WP_Locale $wp_locale WordPress date and time locale object. */ public function handle() { if ( defined( 'WP_SANDBOX_SCRAPING' ) && WP_SANDBOX_SCRAPING ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 3a963f4147..430439eea6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57193'; +$wp_version = '6.5-alpha-57194'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.