Changes between Initial Version and Version 2 of Ticket #47719
- Timestamp:
- 07/17/2019 09:19:10 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47719
- Property Keywords has-patch needs-unit-tests added; needs-patch removed
-
Ticket #47719 – Description
initial v2 1 1 There is a consistency issue with `include` parameter when used in `WP_Term_query`. 2 2 3 If `include` is set to/contains `[0]`, the query doesn't return any result.3 If `include` is set to/contains `[0]`, the query returns all terms. 4 4 5 This is not consistent with other query classes, like `WP_query` (using corresponding `post_in` parameter) and even more like `WP_User_query` (using the same `include` parameter). 5 This is not consistent with other query classes, like `WP_query` (using corresponding `post_in` parameter) and even more like `WP_User_query` (using the same `include` parameter). 6 7 Those doesn't return any result. 6 8 7 9 See reproductible examples below:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)