Opened 14 years ago
Closed 14 years ago
#14660 closed enhancement (duplicate)
Hierarchical Page List in wp-admin/nav-menus.php
Reported by: | ijaas | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0.1 |
Component: | Menus | Keywords: | needs-patch |
Focuses: | Cc: |
Attachments (4)
Change History (13)
#1
@
14 years ago
- Component changed from General to Menus
- Keywords needs-patch added; menu page list removed
- Type changed from feature request to enhancement
#4
@
14 years ago
- Cc ijaas added
quick jquery fix attached, along with modified wp-admin/includes/nav-menu.php
added to line 244 of wp-admin/includes/nav-menu.php:
$output .= '<input type="hidden" class="menu-item-the-id" name="menu-item. $possible_object_id .?[menu-item-the-id]" value="' . $item->ID . '" />';
probably not the best way to do this but it works for the time been.
Note: See
TracTickets for help on using
tickets.
Related #14325 #14332 #14538 one of which may be a duplicate even.