From 86a85062e4595596ba9ea663506a1d6422d2ccec Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 11 Nov 2008 23:48:27 +0000 Subject: [PATCH] Shorten column header to avoid wrap git-svn-id: http://svn.automattic.com/wordpress/trunk@9623 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index f804fdb329..17b1545315 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -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);