Commit fbff6cc
Dion Hulse
Users: Add
Brings the network Users list in line with `WP_Users_List_Table::single_row()`,
which has always emitted `<tr id="user-{ID}">`. Without a row id, plugin and
assistive-tech code that targets specific rows has to fall back to walking
from the bulk-action checkbox (`#blog_{ID}`) up via `.closest('tr')`.
Additive: existing consumers of the `class` attribute are unaffected.
See https://core.trac.wordpress.org/ticket/65102.id="user-{ID}" to rows on WP_MS_Users_List_Table.1 parent 047ef80 commit fbff6cc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
| 505 | + | |
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| |||
0 commit comments