diff --git a/src/wp-admin/includes/class-wp-comments-list-table.php b/src/wp-admin/includes/class-wp-comments-list-table.php
index fa41a72..8c2ad2e 100644
a
|
b
|
class WP_Comments_List_Table extends WP_List_Table { |
322 | 322 | ?> |
323 | 323 | <div class="alignleft actions"> |
324 | 324 | <?php |
325 | | if ( 'top' === $which ) { |
| 325 | if ( 'top' === $which && get_comments( array( 'number' => 1 ) ) ) { |
326 | 326 | ?> |
327 | 327 | <label class="screen-reader-text" for="filter-by-comment-type"><?php _e( 'Filter by comment type' ); ?></label> |
328 | 328 | <select id="filter-by-comment-type" name="comment_type"> |