Changes between Initial Version and Version 1 of Ticket #35677
- Timestamp:
- 01/31/2016 12:33:58 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35677 – Description
initial v1 1 1 Because `parent__in` and `parent__not_in` aren't included in WP_Comment_Query defaults, queries using these params are subject to an incorrect `last_cached` cache. 2 2 3 See failing build in https://travis-ci.org/WP-API/WP-API/builds/106015258 3 See failing build in https://travis-ci.org/WP-API/WP-API/builds/106015258, and also https://github.com/WP-API/WP-API/pull/2206 4 4 5 5 Introduced in r34205