Opened 21 months ago
Last modified 19 months ago
#18701 new defect (bug)
"hierarchical" argument for get_pages() does nothing — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The hierarchical argument for get_pages() is never actually used. It is in an if statement, but one that requires child_of to also be set:
if ( $child_of || $hierarchical ) $pages = & get_page_children($child_of, $pages);
Note: See
TracTickets for help on using
tickets.