Site Health: Include both site and user locales in debug information.
Previously, only the site’s locale was displayed in the Site Health debug information. Moving forward, both the site’s default locale and the user’s locale will be specified. This change also removes the `@param` tag for `WP_Debug_Data::debug_data()`. This parameter was previously removed in [45156]. Props: mukesh27, ianbelanger, Clorith, desrosj. Fixes #46803. Built from https://develop.svn.wordpress.org/trunk@45166 git-svn-id: http://core.svn.wordpress.org/trunk@44975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2-beta2-45165';
|
||||
$wp_version = '5.2-beta2-45166';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user