Opened 13 months ago
Closed 12 months ago
#20781 closed defect (bug) (fixed)
duplicate column name check in class-wp-post-list-table.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Administration | Version: | 3.3.2 |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: |
Description
In the single row function, there is a duplicate column name check inside the 'date' case.
Attachments (2)
Change History (6)
SergeyBiryukov
— 13 months ago
comment:2
SergeyBiryukov
— 13 months ago
- Milestone changed from Awaiting Review to Future Release
comment:3
SergeyBiryukov
— 12 months ago
- Milestone changed from Future Release to 3.5
Note: See
TracTickets for help on using
tickets.
One more instance in class-wp-media-list-table.php (20781.2.diff).
Introduced in [6933] as a way to distinguish case 'date' from case 'modified'.
Missed in [9110], where case 'modified' was removed.