Opened 8 years ago
Closed 8 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 |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Role/Capability | Keywords: | has-patch |
Focuses: | multisite | Cc: |
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.
Hi @dhanendran, and thanks for the patch - looks good!