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:
parent
f2e14d4e5f
commit
b8bc65042a
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue