Docs: Document the $wp_locale global in WP_Fatal_Error_Handler::handle().

Follow-up to [45277].

Props viralsampat.
See #60021.
Built from https://develop.svn.wordpress.org/trunk@57194


git-svn-id: http://core.svn.wordpress.org/trunk@56705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-12-16 09:38:25 +00:00
parent 5883e53bbf
commit fac2864841
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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.