Opened 7 years ago
Closed 7 years ago
#3323 closed defect (bug) (fixed)
Admin menu shows item user can't use
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
K2 and the sidebar widgets plugin both add submenu items to the Presentation (theme.php) admin menu item by calling add_submenu_page() with an access level parameter of '5' rather than one of the newer capabilities.
When either K2 or the widgets plugin is active in a version 2.1alpha3 site, a user with 'editor' capabilities (which include access level 5) will see a 'Presentation' link to themes.php in the admin menu, but on clicking that link the user sees "You do not have sufficient permissions to access this page."
Change History (1)
Note: See
TracTickets for help on using
tickets.

Hopefully fixed by [4481].