From 7b24d7882df9c4847248d0faead9f2344a5498f6 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg 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: https://develop.svn.wordpress.org/trunk@5331 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 b404099eba..fcb01a1219 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') . '', "" . __('%') . '') ?>