Ticket #6621 (closed defect (bug): fixed)

Opened 4 years ago

Last modified 4 years ago

add_users_page not working for low priv users

Reported by: mattyrob Owned by: anonymous
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

test.php Download (267 bytes) - added by mattyrob 4 years ago.
patch.diff Download (479 bytes) - added by mattyrob 4 years ago.

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.

comment:3   ryan4 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [7618]) Fix add_users_page() when current user does not have edit_users cap. Props mattyrob. fixes #6621 for trunk

comment:4   ryan4 years ago

(In [7619]) Fix add_users_page() when current user does not have edit_users cap. Props mattyrob. fixes #6621 for 2.5

Note: See TracTickets for help on using tickets.