Opened 15 years ago
Closed 15 years ago
#18711 closed feature request (invalid)
Custom Column in edit-comments.php list table
| Reported by: | wordpressplugindeveloper | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Comments | Version: | 3.2.1 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
Description
class-wp-ms-sites-list-table.php, class-wp-media-list-table.php, class-wp-posts-list-table.php and other list table php files they do have a columns hook such as apply_filters( 'manage_posts_columns', $posts_columns, $post_type ); in get_columns method.
But why class-wp-comments-list-table.php is not favored?
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
All the list table columns pass through a filter called in get_column_headers():
http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/template.php#L224