mirror of
git://develop.git.wordpress.org/
synced 2025-03-24 22:10:02 +01:00
Coding Standards: Add missing global variable in determine_locale()
docblock.
Props upadalavipul, mukesh27, dhruvang21. Fixes #62875. git-svn-id: https://develop.svn.wordpress.org/trunk@59719 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7623fc1c05
commit
1af0e6cbcb
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user