Skip to content

Commit a3b3207

Browse files
Docs: Correct the type for $tax global in WP_Terms_List_Table::__construct().
Follow-up to [32642]. Props yashjawale. Fixes #63742. git-svn-id: https://develop.svn.wordpress.org/trunk@60498 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e41e2d2 commit a3b3207

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/wp-admin/includes/class-wp-terms-list-table.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ class WP_Terms_List_Table extends WP_List_Table {
2727
*
2828
* @see WP_List_Table::__construct() for more information on default arguments.
2929
*
30-
* @global string $post_type Global post type.
31-
* @global string $taxonomy Global taxonomy.
32-
* @global string $action
33-
* @global object $tax
30+
* @global string $post_type Global post type.
31+
* @global string $taxonomy Global taxonomy.
32+
* @global string $action
33+
* @global WP_Taxonomy $tax Global taxonomy object.
3434
*
3535
* @param array $args An associative array of arguments.
3636
*/

0 commit comments

Comments
 (0)