Opened 6 years ago
Last modified 2 years ago
#40683 new enhancement
Add a Plugins link to admin bar menu
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.7.4 |
Component: | Toolbar | Keywords: | has-patch needs-testing |
Focuses: | ui | Cc: |
Attachments (6)
Change History (16)
#1
@
6 years ago
- Focuses ui removed
- Keywords has-patch added
@colomet The "Plugin" menu is not required to everyone as a shortcut menu on admin bar but if everybody agrees to add plugin shortcut then i have added patch for same.
I have added "Plugin" shortcut menu option after the "Menus" which shows if current user has capability to install plugins like current_user_can( 'install_plugins' )
. Please see the below attached snapshot.
http://www.awesomescreenshot.com/image/2466653/47c2324998660de213aea6396c0d610b
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
6 years ago
#3
@
6 years ago
- Component changed from Administration to Toolbar
- Focuses ui added; accessibility administration removed
Removing the accessibility focus, as per today's accessibility bug scrub. More related to UI.
#5
@
6 years ago
- Keywords needs-testing added
Refreshed the patch with a couple of changes.
- Add plugins after the themes link but before any other potential extra links.
- Capability for link is activate_plugins.
#6
@
6 years ago
- Summary changed from plugin direct acces from admin header menu to Add a Plugins link to admin bar menu
This ticket was mentioned in Slack in #core by danieltj. View the logs.
6 years ago
This ticket was mentioned in Slack in #core by danieltj. View the logs.
5 years ago
#10
@
2 years ago
The new Plugins link would not belong between Appearance and Menus.
I prefer placing the new link before the set of Appearance links 40683.before-appearance.patch . However, that does not match the order of links in the side admin menu, so I made another option with Plugins at the end of the Appearance group 40683.end-of-appearance-group.patch .
Both patch options use the ID of 'ab-plugins' (similar to ab-icon and ab-item) to avoid any confusion with links added by plugins. A directory search found some nodes with a 'plugins' ID. Of course, this one could have a better name, too.
sreenshot of the place where the plugin direct acces is missing