#16052 closed defect (bug) (duplicate)
nav-menus.php gets too long due to menu-item-description field
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Menus | Version: | 3.0.4 |
| Severity: | major | Keywords: | |
| Cc: |
Description (last modified by ocean90)
If you have many pages, the nav-menus.php gets too long and does not work (cut from loading), because of these <input type="hidden" class="menu-item-description" name="menu-item[' . $possible_object_id . '][menu-item-description]" value="'. esc_attr( $item->description ) .'" /> (wp-admin/includes/nav-menu.php line 252)
In my case, I deleted this string and nav-menus.php works.
Change History (4)
- Description modified (diff)
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
- Component changed from General to Menus
- Version changed from 3.0.4 to 3.2.1
Note: See
TracTickets for help on using
tickets.

Fixed in 3.1 I think.