Changes between Initial Version and Version 1 of Ticket #16202
- Timestamp:
- 01/12/2011 05:30:12 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16202
-
Property
Component
changed from
Menus
toTemplate
-
Property
Summary
changed from
Exclude tree bug
toAdd support to get_pages() to allow multiple exclude_tree exclusions
-
Property
Milestone
changed from
Awaiting Review
toFuture 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.