Opened 10 years ago
Closed 10 years ago
#35677 closed defect (bug) (fixed)
Add parent__in and parent__not_in query vars to WP_Comment_Query defaults
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.5 | Priority: | normal |
| Severity: | normal | Version: | 4.4 |
| Component: | Comments | Keywords: | has-patch |
| Focuses: | Cc: |
Description (last modified by )
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.
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
Introduced in r34205
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 36479: