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

Follow-up to [45277].

Props viralsampat.
See #60021.

git-svn-id: https://develop.svn.wordpress.org/trunk@57194 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2023-12-16 09:36:45 +00:00
parent e5e8ccbd3a
commit deda757c06

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