#41165 closed enhancement (fixed)
Add 'Super Admin' label to all user list tables
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Users | Keywords: | has-patch |
Focuses: | administration, multisite | Cc: |
Description
When a user is a Super Admin, they should be identified as so on all user list tables. Currently the Super Admin
label only appears on the Network Admin -> Users
screen (next to the user's username).
Affects:
Network Admin -> Sites -> Edit -> Users
Users
screen in each site's dashboard.
The label should only be shown to users with the manage_network_users
capability.
Attachments (6)
Change History (11)
#1
@
4 years ago
This is my first commit. Be gentle ;-)
Just added a simple extension of the both mentioned user-screens underlying get_role_list Function. Pretty simple.
#2
@
4 years ago
- Keywords has-patch added; needs-patch removed
- Owner set to partyfrikadelle
- Status changed from new to assigned
Assigning to mark the good-first-bug
as "claimed".
@partyfrikadelle Welcome to Core Trac! Don't sweat mistakes too much. We were all first-time contributors at some point. We're happy to do a little hand-holding now and again :-)
Now that you've uploaded a patch, the next step is to wait for developer feedback from @johnbillion.
Diff for wp-admin/includes/class-wp-users-list-table.php (#41165)