Ticket #21856: 21856.diff
File 21856.diff, 499 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/class-wp-posts-list-table.php
199 199 ?> 200 200 <div class="alignleft actions"> 201 201 <?php 202 if ( 'top' == $which && !is_singular() ) {202 if ( 'top' == $which && !is_singular() && $this->has_items() ) { 203 203 204 204 $this->months_dropdown( $this->screen->post_type ); 205 205