Changes between Initial Version and Version 2 of Ticket #30480
- Timestamp:
- 12/06/2014 07:22:53 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30480
- Property Keywords has-patch added; needs-patch removed
-
Ticket #30480 – Description
initial v2 1 See # 40378 for a similar issue in `WP_Comment_Query`.1 See #30478 for a similar issue in `WP_Comment_Query`. 2 2 3 3 `wp_get_archives()` tests are periodically failing on older versions of MySQL due to indeterminate ordering of results when all posts have the same post_date_gmt. See https://travis-ci.org/pento/develop.wordpress/jobs/41917241. The ORDER BY clause built by `wp_get_archives()` should look something like: `ORDER BY post_date $order, ID $order`.