Opened 17 years ago
Closed 17 years ago
#5784 closed defect (bug) (fixed)
List of Users on wp-admin/users.php has its headers skipped
Reported by: | Potter_System | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 2.5 | Priority: | lowest |
Severity: | trivial | Version: | 2.5 |
Component: | General | Keywords: | trivial wp-admin has-patch |
Focuses: | Cc: |
Description
On wp-admin/users.php, the table used to list users had its headers skipped (in English, the ID header was over Username values, and so on)
Attachments (4)
Change History (10)
#1
@
17 years ago
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
I think it looks a little strange with the checkbox right next to the ID. It seems very different from similar interfaces I've seen where the checkboxes are clearly their own entity. See 5784.diff
for a proposed solution.
#2
@
17 years ago
I like the idea. The patch should use the "update" method to take advantage of automatic SQL escaping.
#3
@
17 years ago
See 5779. The patch created in that ticket sets the formatting to the same as it is in the current version of WP. I don't see a need to change the formatting since there is nothing to gain from it. I suggest marking this as a duplicate.
Note: See
TracTickets for help on using
tickets.
Editing values of th tags on users.php