Opened 12 years ago
Closed 9 years ago
#23734 closed enhancement (fixed)
Pass more information to wp_dropdown_pages filter
Reported by: | bigdawggi | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | template | Cc: |
Description
We need to pass more information to the 'wp_dropdown_pages' filter for others to make decisions with. Here's a small & quick patch for passing more args to the filter.
Attachments (3)
Change History (9)
#2
@
12 years ago
- Component changed from General to Template
- Type changed from defect (bug) to enhancement
23734.diff adds $pages
to wp_list_pages
filter too and makes the order of arguments consistent.
Note: See
TracTickets for help on using
tickets.
passing more information to the 'wp_dropdown_pages' filter