#24692 closed defect (bug) (fixed)
"View" link is displayed for non-public taxonomies
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Taxonomy | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Background: #24677, related: #17609.
Since [18194], even if a taxonomy is not public, we still have the "View" link in the list table, which doesn't work as expected:
tags/3.5.2/wp-admin/includes/class-wp-terms-list-table.php#L262. The Toolbar, however, checks if the taxonomy is public before displaying the link: tags/3.5.2/wp-includes/admin-bar.php#L441.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Looks good, tested.