mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-20 15:21:28 +01:00
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:
parent
5883e53bbf
commit
fac2864841
@ -25,6 +25,8 @@ class WP_Fatal_Error_Handler {
|
|||||||
* This method is registered via `register_shutdown_function()`.
|
* This method is registered via `register_shutdown_function()`.
|
||||||
*
|
*
|
||||||
* @since 5.2.0
|
* @since 5.2.0
|
||||||
|
*
|
||||||
|
* @global WP_Locale $wp_locale WordPress date and time locale object.
|
||||||
*/
|
*/
|
||||||
public function handle() {
|
public function handle() {
|
||||||
if ( defined( 'WP_SANDBOX_SCRAPING' ) && WP_SANDBOX_SCRAPING ) {
|
if ( defined( 'WP_SANDBOX_SCRAPING' ) && WP_SANDBOX_SCRAPING ) {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user