Ticket #24802: 24802.patch
File 24802.patch, 611 bytes (added by , 12 years ago) |
---|
-
wp-includes/nav-menu.php
221 221 'description' => ( isset( $menu_data['description'] ) ? $menu_data['description'] : '' ), 222 222 'name' => ( isset( $menu_data['menu-name'] ) ? $menu_data['menu-name'] : '' ), 223 223 'parent' => ( isset( $menu_data['parent'] ) ? (int) $menu_data['parent'] : 0 ), 224 'slug' => null,225 224 ); 226 225 227 226 // double-check that we're not going to have one menu take the name of another