Make WordPress Core

Ticket #40188: 40188.6.patch

File 40188.6.patch, 549 bytes (added by akbarhusen429, 7 years ago)

fixes issue

  • class-wp-comments-list-table.php

     
    327327?>
    328328                <div class="alignleft actions">
    329329<?php
    330                 if ( 'top' === $which ) {
     330                if ( 'top' === $which && $this->has_comments() ) {
    331331?>
    332332                        <label class="screen-reader-text" for="filter-by-comment-type"><?php _e( 'Filter by comment type' ); ?></label>
    333333                        <select id="filter-by-comment-type" name="comment_type">