Changeset 58419 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 06/15/2024 12:32:35 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r56600 r58419 33 33 34 34 /** 35 * $post_type is set when the WP_Terms_List_Table instance is created 35 * $post_type is set when the WP_Terms_List_Table instance is created. 36 36 * 37 * @global string $post_type 37 * @global string $post_type Global post type. 38 38 */ 39 39 global $post_type;
Note: See TracChangeset
for help on using the changeset viewer.