From e88177d901ab3d1bb7b81ee937cbc0bd94c3ac81 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sat, 8 May 2010 10:10:41 +0000 Subject: [PATCH] Only hide the bulk actions and not the filters when no comments. Fixes #13193. git-svn-id: https://develop.svn.wordpress.org/trunk@14512 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-comments.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index f2228d363a..84203c1c39 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -293,7 +293,6 @@ $page_links = paginate_links( array(
-
' . __( 'Displaying %s–%s of %s' ) . '%s', number_format_i18n( $start + 1 ), @@ -306,6 +305,7 @@ $page_links = paginate_links( array( +
+ +