Wordpress/tests
Boone Gorges cf1d77c101 In get_terms(), do not override 'hierarchical' and 'pad_counts' when 'parent' is present.
The previous behavior resulted in descendant terms being improperly excluded
from the results when passing a 'parent', even when 'hierarchical' had been
set to true.

The patch also adds unit tests that demonstrate the various interactions
between the 'child_of', 'parent', and 'hierarchical' parameters of `get_terms()`.

Props landakram.
Fixes #29815.

git-svn-id: https://develop.svn.wordpress.org/trunk@30107 602fd350-edb4-49c9-b593-d223f7449a82
2014-10-30 02:11:56 +00:00
..
phpunit In get_terms(), do not override 'hierarchical' and 'pad_counts' when 'parent' is present. 2014-10-30 02:11:56 +00:00
qunit Improve/introduce Customizer JavaScript models for Controls, Sections, and Panels. 2014-10-29 22:50:21 +00:00