Changeset 35875 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 12/11/2015 10:48:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r35749 r35875 575 575 } 576 576 } elseif ( 'edit-tags' == $current_screen->base 577 && isset( $tag ) && is_object( $tag ) 577 && isset( $tag ) && is_object( $tag ) && ! is_wp_error( $tag ) 578 578 && ( $tax = get_taxonomy( $tag->taxonomy ) ) 579 579 && $tax->public )
Note: See TracChangeset
for help on using the changeset viewer.