wordpress-develop/tests/phpunit/tests/category
Boone Gorges 3b7187eade Fix 'exclude_tree' in wp_list_categories().
The 'exclude_tree' parameter must be compatible with 'hierarchical';
previously, 'hierarchical' canceled it out. This changeset also makes it so
that 'exclude_tree' is compatible with 'exclude'. When both are passed, and
'hierarchical' is true, the descendant trees of terms in both parameters will
be excluded from matched terms.

Props tott, webord, MikeHansenMe.
Fixes #12981.

git-svn-id: https://develop.svn.wordpress.org/trunk@34696 602fd350-edb4-49c9-b593-d223f7449a82
2015-09-29 19:11:12 +00:00
..
getCategoryParents.php Add tests for get_category_parents(). 2015-01-29 20:48:03 +00:00
wpListCategories.php Fix 'exclude_tree' in wp_list_categories(). 2015-09-29 19:11:12 +00:00