#16992 closed defect (bug) (worksforme)
Comments - no custom columns hook
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.1 |
| Component: | Comments | Keywords: | |
| Focuses: | Cc: |
Description
There is a do_action('manage_comments_custom_column') in:
wp-admin/includes/class-wp-comments-list-table.php (Line 503)
But no hook to filter the columns of the Comments table.
Small possible fix attached which applies filter.
Attachments (1)
Change History (4)
#1
@
15 years ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You can use the 'manage_edit-comments_columns' filter.
Here are the filters for all the screens:
http://core.trac.wordpress.org/attachment/ticket/14579/test-list-tables.php