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

Follow-up to [53060], [53061].

See #54729.
Built from https://develop.svn.wordpress.org/trunk@53062


git-svn-id: http://core.svn.wordpress.org/trunk@52651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-04-04 18:43:02 +00:00
parent f2e14d4e5f
commit b8bc65042a
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ wp_enqueue_script( 'common' );
* @global string $hook_suffix
* @global string $plugin_page
* @global string $typenow The post type of the current screen.
* @global string $taxnow
* @global string $taxnow The taxonomy of the current screen.
*/
global $pagenow, $wp_importers, $hook_suffix, $plugin_page, $typenow, $taxnow;

View File

@ -403,7 +403,7 @@ final class WP_Screen {
*
* @global WP_Screen $current_screen WordPress current screen object.
* @global string $typenow The post type of the current screen.
* @global string $taxnow
* @global string $taxnow The taxonomy of the current screen.
*/
public function set_current_screen() {
global $current_screen, $taxnow, $typenow;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-53061';
$wp_version = '6.0-alpha-53062';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.