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

Follow-up to [53060].

See #54729.

git-svn-id: https://develop.svn.wordpress.org/trunk@53061 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2022-04-04 18:37:24 +00:00
parent 8277055e37
commit 57a8245f8f
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ wp_enqueue_script( 'common' );
* @global array $wp_importers
* @global string $hook_suffix
* @global string $plugin_page
* @global string $typenow
* @global string $typenow The post type of the current screen.
* @global string $taxnow
*/
global $pagenow, $wp_importers, $hook_suffix, $plugin_page, $typenow, $taxnow;