Opened 14 years ago
Closed 14 years ago
#10674 closed defect (bug) (fixed)
Comment order reversed in wp-admin/edit-comments.php?p=123
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.8.4 |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
When displaying comments from a single post in the admin, they are displayed from oldest to newest, rather than the other way around.
This is especially annoying after clicking a link from an email to moderate a comment.
From what I can tell, this is the only place that this happens. When viewing all posts or all comments, they are displayed in reverse chronological order, as expected.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
The only place _wp_get_comment_list() is called is on edit-comments.php and for the Recent Comments dashboard widget:
http://xref.yoast.com/trunk/nav.html?_functions/_wp_get_comment_list.html