Wordpress/tests
Boone Gorges 642e826cd9 Don't force child_of=0 for non-hierarchical taxonomies in get_terms().
This forcing appears to have been introduced to save unnecessary queries, but
(a) in some cases it appeared to be causing *more* queries, and (b) it caused
incorrect results when the 'exclude_tree' param of `get_terms()` called
`get_terms()` on each item in the tree using the 'child_of' param.

Fixes #30275.

git-svn-id: https://develop.svn.wordpress.org/trunk@30265 602fd350-edb4-49c9-b593-d223f7449a82
2014-11-06 21:46:18 +00:00
..
phpunit Don't force child_of=0 for non-hierarchical taxonomies in get_terms(). 2014-11-06 21:46:18 +00:00
qunit Improve/introduce Customizer JavaScript models for Controls, Sections, and Panels. 2014-10-29 22:50:21 +00:00