Changes between Initial Version and Version 2 of Ticket #16052
- Timestamp:
- 01/01/2011 10:29:34 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16052
-
Property
Status
changed from
newtoclosed -
Property
Resolution
changed from
toduplicate -
Property
Milestone
changed from
Awaiting Reviewto
-
Property
Status
changed from
-
Ticket #16052 – Description
initial v2 1 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)1 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) 2 2 3 3 In my case, I deleted this string and nav-menus.php works.