[wp-trac] [WordPress Trac] #12981: odd behavior of exclude_tree parameter in wp_list_categories()
WordPress Trac
wp-trac at lists.automattic.com
Mon Apr 12 20:10:51 UTC 2010
#12981: odd behavior of exclude_tree parameter in wp_list_categories()
--------------------------+-------------------------------------------------
Reporter: tott | Owner: filosofo
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Taxonomy | Version:
Severity: normal | Keywords: exclude_tree, wp_list_categories, category
--------------------------+-------------------------------------------------
When running a query such as
{{{
<?php
wp_list_categories('title_li=&exclude_tree=1234&orderby=name&order=ASC');
?>
}}}
the exclude_tree parameter is not obeyed as [10276] introduced a change
that would overwrite it with the exclude parameter.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12981>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list