mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 14:14:36 +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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user