Opened 20 years ago
Closed 20 years ago
#2608 closed defect (bug) (fixed)
New walk_tree class breaks wp_list_pages depth
| Reported by: | cicloid | Owned by: | davidhouse |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | depth, wp_list_pages, walk_tree bg|has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Try this patch. I'm yet to change my patch on #2593.