We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$tax
WP_Terms_List_Table::__construct()
1 parent e41e2d2 commit a3b3207Copy full SHA for a3b3207
src/wp-admin/includes/class-wp-terms-list-table.php
@@ -27,10 +27,10 @@ class WP_Terms_List_Table extends WP_List_Table {
27
*
28
* @see WP_List_Table::__construct() for more information on default arguments.
29
30
- * @global string $post_type Global post type.
31
- * @global string $taxonomy Global taxonomy.
32
- * @global string $action
33
- * @global object $tax
+ * @global string $post_type Global post type.
+ * @global string $taxonomy Global taxonomy.
+ * @global string $action
+ * @global WP_Taxonomy $tax Global taxonomy object.
34
35
* @param array $args An associative array of arguments.
36
*/
0 commit comments