- Timestamp:
- 08/13/2022 10:42:12 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r53174 r53893 461 461 $tag = $item; 462 462 $taxonomy = $this->screen->taxonomy; 463 $tax = get_taxonomy( $taxonomy );464 463 $uri = wp_doing_ajax() ? wp_get_referer() : $_SERVER['REQUEST_URI']; 465 464 … … 498 497 } 499 498 500 if ( is_t axonomy_viewable( $tax) ) {499 if ( is_term_publicly_viewable( $tag ) ) { 501 500 $actions['view'] = sprintf( 502 501 '<a href="%s" aria-label="%s">%s</a>',
Note: See TracChangeset
for help on using the changeset viewer.