From 05996c589f3fe0a2ad15589a2d585a4ee9f6cc29 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 27 Apr 2007 05:30:23 +0000 Subject: [PATCH] Link it even if it's zero because it counts approved comments and you might want to go to that page even if there are no approved comments yet. git-svn-id: http://svn.automattic.com/wordpress/trunk@5331 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit.php b/wp-admin/edit.php index b404099eb..fcb01a121 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -196,7 +196,7 @@ foreach($posts_columns as $column_name=>$column_display_name) { case 'comments': ?> - " . __('1') . '', "" . __('%') . '') ?> + " . __('0') . '', "" . __('1') . '', "" . __('%') . '') ?>