Ticket #6621 (closed defect (bug): fixed)
add_users_page not working for low priv users
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 2.5.1 |
| Component: | Administration | Version: | 2.5 |
| Severity: | major | Keywords: | |
| Cc: | MattyRob |
Description
This is an in-built WordPress function defined at line 271 of wp-admin/includes/plugin.php
It should add a submenu page to Users or Profile depending on the logged in users privileges.
It works for users.php but not for profile.php, the simple attached plugin demonstrates the bug.
Attachments
Change History
As an additional point of interest, using the Admin Drop Down Menu written by Ozh also fixes this issue so I'm guessing that the problem must lie in the filtering of the menu array items.
Okay, after a lot of messing about debugging the code I think I have a fix in the attached diff.
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

