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