diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index fe68fa7293..dbb91a7e15 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -122,9 +122,7 @@ endif; get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = $id AND comment_approved != 'spam' ORDER BY comment_date"); if ($comments) { diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index d5aa9df7ac..61c58e5fe4 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -405,7 +405,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 ''; ?>