mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user