Opened 12 years ago
Closed 12 years ago
#27215 closed defect (bug) (fixed)
Role order is inconsistent between multisite and single site user forms
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.9 | Priority: | normal |
| Severity: | normal | Version: | 3.7 |
| Component: | Users | Keywords: | has-patch |
| Focuses: | multisite | Cc: |
Description
In [25695], the role order of wp_dropdown_roles() was reversed. Because site-users.php does not yet use wp_dropdown_roles(), this introduced an inconsistency between the two forms.
Looking at the code in site-users.php, there doesn't appear to be any reason to not use wp_dropdown_roles().
Attached patch makes the change.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Nice. 27215.diff seems to be in order. +1