[wp-trac] [WordPress Trac] #29718: Improved coverage for WP_Tax_Query unit tests
WordPress Trac
noreply at wordpress.org
Tue Oct 14 04:02:44 UTC 2014
#29718: Improved coverage for WP_Tax_Query unit tests
------------------------------+---------------------------
Reporter: boonebgorges | Owner: boonebgorges
Type: enhancement | Status: closed
Priority: normal | Milestone: 4.1
Component: Taxonomy | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses:
------------------------------+---------------------------
Changes (by boonebgorges):
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"29891"]:
{{{
#!CommitTicketReference repository="" revision="29891"
Introduce support for nested queries in WP_Tax_Query.
Previously, tax query arguments could be joined by a single AND or OR
relation.
Now, these queries can be arbitrarily nested, allowing clauses to be
linked
together with multiple relations.
In a few places, WP_Query runs through a list of clauses in a tax_query in
order
to set certain query vars for backward compatibility. The necessary
changes have
been made to WP_Query to support this feature with the new complex
structure of
tax_query. Unit tests are included for these backward compatibility fixes.
Unit tests for the new nesting syntax are included.
Props boonebgorges.
Fixes #29718. See #29738.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29718#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list