Opened 10 years ago
Closed 10 years ago
#39202 closed enhancement (fixed)
Replace is_super_admin() checks with current_user_can( 'manage_network_users' ) in wp-admin/user-new.php (lines 40 and 316)
| Reported by: | dhanendran | Owned by: | flixos90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Role/Capability | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | multisite |
Description
This is part of the https://core.trac.wordpress.org/ticket/37616#comment:26 task. There are 2 is_super_admin() checks with current_user_can( 'manage_network_users' ) in wp-admin/user-new.php (lines 40 and 316).
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @dhanendran, and thanks for the patch - looks good!