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:
Ryan Boren 2008-11-11 23:48:27 +00:00
parent 0566ef67b2
commit 7975b1402e
1 changed files with 1 additions and 1 deletions

View File

@ -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);