Shorten column header to avoid wrap
git-svn-id: http://svn.automattic.com/wordpress/trunk@9623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b0987d4c20
commit
86a85062e4
|
@ -757,7 +757,7 @@ function get_column_headers($page) {
|
|||
'comment' => __('Comment'),
|
||||
'author' => __('Author'),
|
||||
'date' => __('Submitted'),
|
||||
'response' => __('In Response To This Post')
|
||||
'response' => __('In Response To')
|
||||
);
|
||||
|
||||
return apply_filters('manage_comments_columns', $columns);
|
||||
|
|
Loading…
Reference in New Issue