From 5d6b4b4391d05b0ee1cba61310148bdd633cd855 Mon Sep 17 00:00:00 2001 From: azaozz Date: Sat, 1 Nov 2008 04:33:28 +0000 Subject: [PATCH] List page comments on edit-comments.php git-svn-id: http://svn.automattic.com/wordpress/trunk@9455 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 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 ''; ?>