- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r47734 r47808 577 577 } 578 578 579 if ( 'post' != $this->screen->post_type ) {579 if ( 'post' !== $this->screen->post_type ) { 580 580 $args['post_type'] = $this->screen->post_type; 581 581 }
Note: See TracChangeset
for help on using the changeset viewer.