Changes between Initial Version and Version 3 of Ticket #34825
- Timestamp:
- 12/02/2015 04:16:30 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34825
- Property Keywords has-patch needs-unit-tests needs-testing added
-
Property
Milestone
changed from
Awaiting Reviewto4.4
-
Ticket #34825 – Description
initial v3 1 In the patch for #25493, (specifically https://core.trac.wordpress.org/changeset/34728), when an `orderby` value is not set in `$_GET` it defaults to 'date'. This was corrected for hierarchical post types in https://core.trac.wordpress.org/changeset/35482after it was noted that date should not be the default ordering for pages.1 In the patch for #25493, (specifically [34728]), when an `orderby` value is not set in `$_GET` it defaults to 'date'. This was corrected for hierarchical post types in [35482] after it was noted that date should not be the default ordering for pages. 2 2 3 3 However, non-hierarchical custom post types are also having their default ordering set to (publication) 'date', and this may not be the natural ordering (e.g. events).