Opened 4 years ago
Closed 4 years ago
#10022 closed defect (bug) (fixed)
Pass $name variable to hooks for get_header(), get_sidebar() & get_footer()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Template | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch commit dev-reviewed |
| Cc: |
Description
WP 2.8 added the $name parameter to the get_header(), get_sidebar() & get_footer() template tags, so the hooks should also send this parameter.
Attachments (1)
Change History (4)
- Keywords dev-reviewed added
- Owner set to westi
- Status changed from new to accepted
+1 makes perfect sense
Note: See
TracTickets for help on using
tickets.

Adds the name param to get_header(), get_sidebar() & get_footer()