Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#16052 closed defect (bug) (duplicate)

nav-menus.php gets too long due to menu-item-description field

Reported by: vidanov's profile vidanov Owned by:
Milestone: Priority: normal
Severity: major Version: 3.0.4
Component: Menus Keywords:
Focuses: 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)

#1 follow-up: @nacin
13 years ago

Fixed in 3.1 I think.

#2 in reply to: ↑ 1 @ocean90
13 years ago

  • Description modified (diff)
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Replying to nacin:

Fixed in 3.1 I think.

#14415 and r16096

#3 @Sadr
12 years ago

  • Component changed from General to Menus
  • Version changed from 3.0.4 to 3.2.1

I'm still experiencing this issue in WordPress 3.2. Sounds like it might also be related to #16799 and #12734 (which is arguably not fixed).

#4 @ocean90
12 years ago

  • Keywords nav-menus removed
  • Version changed from 3.2.1 to 3.0.4

Sadr, can check, if the issue still exists in 3.3/trunk version?

Note: See TracTickets for help on using tickets.