Make WordPress Core


Ignore:
Timestamp:
05/28/2015 09:40:27 PM (10 years ago)
Author:
wonderboymusic
Message:

Add @global annotations for wp-admin/*.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-terms-list-table.php

    r31331 r32642  
    2121     *
    2222     * @see WP_List_Table::__construct() for more information on default arguments.
     23     *
     24     * @global string $post_type
     25     * @global string $taxonomy
     26     * @global string $action
     27     * @global object $tax
    2328     *
    2429     * @param array $args An associative array of arguments.
Note: See TracChangeset for help on using the changeset viewer.