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:
audrasjb
2025-01-28 09:46:29 +00:00
parent 12a2275de7
commit 5e389c179e
2 changed files with 3 additions and 2 deletions

View File

@@ -116,7 +116,8 @@ function get_user_locale( $user = 0 ) {
* *
* @since 5.0.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. * @return string The determined locale.
*/ */

View File

@@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.