#8715 closed defect (bug) (fixed)
wp_page_menu doesn't seem to get link_before link_after
| Reported by: | ev3rywh3re | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | Template | Version: | 2.7 |
| Severity: | normal | Keywords: | wp_page_menu, has-patch |
| Cc: | Focuses: |
Description
I didn't follow the trail to wp_list_pages to see if it had the same issue, but it seems that link_before and link_after are looking for string variables when they should be looking at the array key value instead. Merry Xmas!
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)
Patch use $arg array keys for link_before and link_after in post-template.php