Make WordPress Core

Opened 12 years ago

Closed 9 years ago

#23734 closed enhancement (fixed)

Pass more information to wp_dropdown_pages filter

Reported by: bigdawggi's profile bigdawggi Owned by: wonderboymusic's profile 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)

post-template.diff (274 bytes) - added by bigdawggi 12 years ago.
passing more information to the 'wp_dropdown_pages' filter
23734.diff (646 bytes) - added by SergeyBiryukov 12 years ago.
23734.2.diff (1.3 KB) - added by wonderboymusic 9 years ago.

Download all attachments as: .zip

Change History (9)

@bigdawggi
12 years ago

passing more information to the 'wp_dropdown_pages' filter

#1 @bigdawggi
12 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
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.

#4 @nacin
11 years ago

  • Component changed from Template to Posts, Post Types
  • Focuses template added

#5 @wonderboymusic
9 years ago

  • Milestone changed from Awaiting Review to 4.4

#6 @wonderboymusic
9 years ago

  • Owner set to wonderboymusic
  • Resolution set to fixed
  • Status changed from new to closed

In 34103:

Pass $r and $pages to the 'wp_dropdown_pages' and 'wp_list_pages' filters.

Props bigdawggi, SergeyBiryukov.
Fixes #23734.

Note: See TracTickets for help on using tickets.