Changes between Initial Version and Version 1 of Ticket #16202
- Timestamp:
- 01/12/2011 05:30:12 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16202
-
Property
Component
changed from
MenustoTemplate -
Property
Summary
changed from
Exclude tree bugtoAdd support to get_pages() to allow multiple exclude_tree exclusions -
Property
Milestone
changed from
Awaiting ReviewtoFuture Release - Property Keywords needs-patch added; exclude tree post removed
-
Property
Type
changed from
defect (bug)toenhancement
-
Property
Component
changed from
-
Ticket #16202 – Description
initial v1 1 While adding more items in the wp_list_pages to the '''exclude tree''' argument (like 12,41,11) only the first tree is excluded. 1 get_pages() does not support the use of multiple parents in the exclude_tree arguement. 2 3 The attached patch allows for a comma seperated list to be passed.