Make WordPress Core


Ignore:
Timestamp:
04/04/2022 06:41:13 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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

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

See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/admin.php

    r53061 r53062  
    126126 * @global string $plugin_page
    127127 * @global string $typenow      The post type of the current screen.
    128  * @global string $taxnow
     128 * @global string $taxnow       The taxonomy of the current screen.
    129129 */
    130130global $pagenow, $wp_importers, $hook_suffix, $plugin_page, $typenow, $taxnow;
Note: See TracChangeset for help on using the changeset viewer.