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