diff --git a/wp-admin/admin.php b/wp-admin/admin.php index 40154857a1..3718b47c3c 100644 --- a/wp-admin/admin.php +++ b/wp-admin/admin.php @@ -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; diff --git a/wp-admin/includes/class-wp-screen.php b/wp-admin/includes/class-wp-screen.php index 0760e436b7..155c54f88d 100644 --- a/wp-admin/includes/class-wp-screen.php +++ b/wp-admin/includes/class-wp-screen.php @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index d1eb527787..f74b846764 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.