#17659 closed defect (bug) (duplicate)
Parameter exclude_tree does not work with comma-separated list
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Parameter exclude_tree does not work with comma-separated list of parent Page IDs to be excluded.
This code exclude only first tree:
wp_list_pages('exclude_tree=5,7');
I am using WordPress 3.2-beta2.
Change History (2)
Note: See
TracTickets for help on using
tickets.
#9153, #8683