mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Add missing description for $taxnow global in various functions.
Follow-up to [53060], [53061]. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@53062 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
57a8245f8f
commit
671d2caa29
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user