Ticket #22033: 22033.diff
File 22033.diff, 476 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/class-wp-list-table.php
364 364 SELECT DISTINCT YEAR( post_date ) AS year, MONTH( post_date ) AS month 365 365 FROM $wpdb->posts 366 366 WHERE post_type = %s 367 AND post_status != 'auto-draft' 367 368 ORDER BY post_date DESC 368 369 ", $post_type ) ); 369 370