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:
Jb Audras 2025-01-28 09:44:57 +00:00
parent 7623fc1c05
commit 1af0e6cbcb

View File

@ -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.
*/