Ticket #40188: 40188.6.patch
File 40188.6.patch, 549 bytes (added by , 7 years ago) |
---|
-
class-wp-comments-list-table.php
327 327 ?> 328 328 <div class="alignleft actions"> 329 329 <?php 330 if ( 'top' === $which ) {330 if ( 'top' === $which && $this->has_comments() ) { 331 331 ?> 332 332 <label class="screen-reader-text" for="filter-by-comment-type"><?php _e( 'Filter by comment type' ); ?></label> 333 333 <select id="filter-by-comment-type" name="comment_type">