Opened 16 years ago
Closed 13 years ago
#14267 closed defect (bug) (fixed)
Adjust end of edit-user.php to match
| Reported by: | johnjamesjacoby | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Users | Version: | 3.5 |
| Severity: | minor | Keywords: | ui-feedback 3.6-early |
| Cc: | Focuses: |
Description
The bottom of the 'wp-admin/edit-user.php' file (where the "Additional Capabilities" are) doesn't match the rest of the page.
The class for the table is wrong, and there is an untranslated string in the extra capabilities loop.
This brings it all back into alignment with the rest of the page.
Attachments (2)
Change History (9)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Additional note: This could probably be handled in an entirely different and better fashion. This patch just cleans up what currently exists.