#17705 closed enhancement (fixed)
Admin bar tweaks
Reported by: | nacin | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
Per a conversation with Jane, I've cooked up a small series of tweaks to the Admin Bar.
There's actually very little code churn -- I just spaced some things out for readability purposes. This patch:
- Removes 'Dashboard' from the initial dropdown, and makes it a first-level item.
- The 'Dashboard' link becomes 'View Site' when in the admin.
- The 'Edit X' links for posts/pages and tags/categories become 'View X' when in the admin.
In support of this patch, there were two other changes made:
- API: A view_item string has been added for taxonomies.
- UI: A 'View' action link was added to the tags/categories list tables, appended to the end as it is for posts/pages. Basically, we just never had View links, so if we're to add them to the admin bar, they should go here too.
Attachments (1)
Change History (9)
Note: See
TracTickets for help on using
tickets.
Also closed #17553 as a duplicate as this patch does more.
We can cherry pick from this for 3.2, commit the whole thing, or punt to 3.3 -- the point of these changes were to further the original task of a more useful admin bar, but more so to help deal with the usability around some changes to the admin UI.