[wp-trac] [WordPress Trac] #16052: nav-menus.php gets too long due to menu-item-description field

WordPress Trac wp-trac at lists.automattic.com
Sat Jan 1 10:29:34 UTC 2011


#16052: nav-menus.php gets too long due to menu-item-description field
--------------------------+------------------------
 Reporter:  vidanov       |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  General       |     Version:  3.0.4
 Severity:  major         |  Resolution:  duplicate
 Keywords:  nav-menus     |
--------------------------+------------------------
Changes (by ocean90):

 * status:  new => closed
 * resolution:   => duplicate
 * milestone:  Awaiting Review =>


Old description:

> 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.

New description:

 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.

--

Comment:

 Replying to [comment:1 nacin]:
 > Fixed in 3.1 I think.

 #14415 and r16096

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16052#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list