#8715 closed defect (bug) (fixed)
wp_page_menu doesn't seem to get link_before link_after
Reported by: | ev3rywh3re | Owned by: | |
---|---|---|---|
Milestone: | 2.7.1 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Template | Keywords: | wp_page_menu, has-patch |
Focuses: | Cc: |
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.
Patch use $arg array keys for link_before and link_after in post-template.php