Changeset 53893 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 08/13/2022 10:42:12 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r53745 r53893 810 810 } elseif ( 'term' === $current_screen->base && isset( $tag ) && is_object( $tag ) && ! is_wp_error( $tag ) ) { 811 811 $tax = get_taxonomy( $tag->taxonomy ); 812 if ( is_t axonomy_viewable( $tax) ) {812 if ( is_term_publicly_viewable( $tag ) ) { 813 813 $wp_admin_bar->add_node( 814 814 array(
Note: See TracChangeset
for help on using the changeset viewer.