Ticket #40188: 40188.5.patch
File 40188.5.patch, 1.1 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/themes.css
482 482 -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); 483 483 box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); 484 484 z-index: 10000; /* Over WP Pointers. */ 485 485 486 -webkit-box-sizing: border-box; 486 487 -moz-box-sizing: border-box; 487 488 box-sizing: border-box; -
src/wp-admin/includes/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">