Make WordPress Core

Ticket #40188: 40188.5.patch

File 40188.5.patch, 1.1 KB (added by akbarhusen429, 7 years ago)

fixes issue

  • src/wp-admin/css/themes.css

     
    482482        -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
    483483        box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
    484484        z-index: 10000; /* Over WP Pointers. */
     485
    485486        -webkit-box-sizing: border-box;
    486487        -moz-box-sizing: border-box;
    487488        box-sizing: border-box;
  • src/wp-admin/includes/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">