Coding Standards: Add missing global variable in determine_locale() docblock.
Props upadalavipul, mukesh27, dhruvang21. Fixes #62875. Built from https://develop.svn.wordpress.org/trunk@59719 git-svn-id: http://core.svn.wordpress.org/trunk@59061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -116,7 +116,8 @@ function get_user_locale( $user = 0 ) {
|
||||
*
|
||||
* @since 5.0.0
|
||||
*
|
||||
* @global string $pagenow The filename of the current screen.
|
||||
* @global string $pagenow The filename of the current screen.
|
||||
* @global string $wp_local_package Locale code of the package.
|
||||
*
|
||||
* @return string The determined locale.
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-alpha-59718';
|
||||
$wp_version = '6.8-alpha-59719';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user