Changeset 60498
- Timestamp:
- 07/23/2025 04:58:57 PM (35 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r58419 r60498 28 28 * @see WP_List_Table::__construct() for more information on default arguments. 29 29 * 30 * @global string $post_type Global post type.31 * @global string $taxonomy Global taxonomy.32 * @global string $action33 * @global object $tax30 * @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. 34 34 * 35 35 * @param array $args An associative array of arguments.
Note: See TracChangeset
for help on using the changeset viewer.