Ticket #5784 (closed defect (bug): fixed)
List of Users on wp-admin/users.php has its headers skipped
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | lowest | Milestone: | 2.5 |
| Component: | General | Version: | 2.5 |
| Severity: | trivial | Keywords: | trivial wp-admin has-patch |
| Cc: | ffemtcj |
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
Change History
Potter_System — 4 years ago
-
attachment
users_table_skipped.patch
added
comment:1
markjaquith — 4 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.
comment:2
markjaquith — 4 years ago
I like the idea. The patch should use the "update" method to take advantage of automatic SQL escaping.
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.
- Status changed from assigned to closed
- Resolution set to fixed
- Cc ffemtcj added
- Status changed from closed to reopened
- Resolution fixed deleted
#5784 does still does not correctly align the user list (see attached image). Also attached is a patch that will fix the alignment issue.

Editing values of th tags on users.php