Shorten column header to avoid wrap
git-svn-id: https://develop.svn.wordpress.org/trunk@9623 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0566ef67b2
commit
7975b1402e
@ -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
Block a user