Opened 19 years ago
Closed 19 years ago
#2608 closed defect (bug) (fixed)
New walk_tree class breaks wp_list_pages depth
Reported by: | cicloid | Owned by: | davidhouse |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | depth, wp_list_pages, walk_tree bg|has-patch |
Focuses: | Cc: |
Description (last modified by )
The new walk tree class doesnt respect the wp_list_pages depth value, (on any value), it justs outputs the whole tree.
Im not so sure on what is exactly the bug, but it seems that when implementing the new walktree (the previous _page_level_out and wp_list_pages work with the same syntax) the depth value stopped working.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Try this patch. I'm yet to change my patch on #2593.