Opened 17 years ago
Closed 17 years ago
#6264 closed defect (bug) (fixed)
Alternate highlighting doesn't extend all way down a list of posts
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
20 posts at a time are now listed on the Manage Posts page rather than 16 as before and The result is that the alternation of row background colours only extends part way down the table (a darker background makes it more obvious).
One way to fix it is to change line 27 in wp-admin/edit-post-rows from the following:
'alternate' == $class) ? : 'alternate'; |
to:
'alternate' == $class) ? : 'alternate'; |
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
This is left over from the continuous editing feature that no longer applies. I'll change to query 15 posts and get rid of the no longer needed add-post AJAX action.