From 884318c1ee6dbdff83363c7d8d8fd86f26653f80 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 1 Nov 2008 04:33:28 +0000 Subject: [PATCH] List page comments on edit-comments.php git-svn-id: https://develop.svn.wordpress.org/trunk@9455 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 e38ed7f9ef..7a4e091a80 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1485,7 +1485,7 @@ foreach ($posts_columns as $column_name=>$column_display_name) { $pending_phrase = sprintf( __('%s pending'), number_format( $left ) ); if ( $left ) echo ''; - comments_number("" . __('0') . '', "" . __('1') . '', "" . __('%') . ''); + comments_number("" . __('0') . '', "" . __('1') . '', "" . __('%') . ''); if ( $left ) echo ''; ?>