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:
ryan 2008-11-11 23:48:27 +00:00
parent b0987d4c20
commit 86a85062e4
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);