Docs: Add missing description for $pagenow global in various functions.

See #54729, #55499.
Built from https://develop.svn.wordpress.org/trunk@53060


git-svn-id: http://core.svn.wordpress.org/trunk@52649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2022-04-04 18:26:06 +00:00
parent 955e2c007b
commit 9fb5112732
23 changed files with 43 additions and 38 deletions

View File

@@ -114,7 +114,7 @@ function get_user_locale( $user_id = 0 ) {
*
* @since 5.0.0
*
* @global string $pagenow
* @global string $pagenow The filename of the current screen.
*
* @return string The determined locale.
*/