Opened 4 years ago
Closed 7 months ago
#9013 closed enhancement (invalid)
Allow _wp_get_comment_list() to return comments for a custom status
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Comments | Version: | 2.7 |
| Severity: | normal | Keywords: | |
| Cc: | japh@… |
Description
http://groups.google.com/group/wp-hackers/browse_thread/thread/059d1ada02ccec5e
There's a filter on edit-comments.php to allow adding new status types at the top of the page, but no way I can see to display those custom status comments as _wp_get_comment_list() is hard coded to only allow certain statuses.
There should be a filter on either the whole MySQL query or at least the status bit.
Change History (4)
- Milestone changed from 2.8 to Future Release
- Component changed from Administration to Comments
comment:4
SergeyBiryukov — 7 months ago
- Keywords needs-patch removed
- Milestone Future Release deleted
- Resolution set to invalid
- Status changed from new to closed
comment_status_links filter was moved to wp-admin/includes/default-list-tables.php in [15578] and removed in [15955].
_wp_get_comment_list() was removed in [15491].
ticket:11329:24 suggests using comments_clauses filter for a similar task.
Note: See
TracTickets for help on using
tickets.

Perhaps I'm blind, but I can find neither the filter mentioned, nor the function mentioned. Is this still something that needs fixing or can this ticket be closed?