[wp-trac] [WordPress Trac] #32858: Customizer Menus: Original link is not populated for newly-added menu items
WordPress Trac
noreply at wordpress.org
Wed Jul 1 19:40:31 UTC 2015
#32858: Customizer Menus: Original link is not populated for newly-added menu items
--------------------------+-------------------------
Reporter: westonruter | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.3
Component: Customize | Version: trunk
Severity: normal | Keywords: needs-patch
Focuses: |
--------------------------+-------------------------
The `nav_menu_item` control has a template for the Original link:
{{{
<a class="original-link" href="{{ data.url }}">{{ data.original_title
}}</a>
}}}
When adding a new nav menu item, however, this `url` is not among the
properties that is exported from Ajax, and so the result is an empty
`href`.
Originally noticed as part of #32711.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32858>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list