Ticket #14579: 14579-in-response-to.diff
File 14579-in-response-to.diff, 527 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/class-wp-comments-list-table.php
241 241 $columns['comment'] = _x( 'Comment', 'column name' ); 242 242 243 243 if ( 'single' !== $mode ) 244 $columns['response'] = _x( ' Comment', 'column name' );244 $columns['response'] = _x( 'In Response To', 'column name' ); 245 245 246 246 return $columns; 247 247 }