Ticket #16992: comments.patch
| File comments.patch, 415 bytes (added by stencil, 2 years ago) |
|---|
-
class-wp-comments-list-table.php
255 255 if ( !$post_id ) 256 256 $columns['response'] = _x( 'In Response To', 'column name' ); 257 257 258 $columns = apply_filters( 'manage_comments_custom_columns', $columns ); 259 258 260 return $columns; 259 261 } 260 262
