Changes between Initial Version and Version 1 of Ticket #57160
- Timestamp:
- 11/21/2022 01:22:22 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57160
-
Property
Status
changed from
newtoclosed -
Property
Component
changed from
GeneraltoMenus -
Property
Resolution
changed from
toduplicate -
Property
Milestone
changed from
Awaiting Reviewto
-
Property
Status
changed from
-
Ticket #57160 – Description
initial v1 1 1 Hello, 2 2 In my web show the statement** Notice: Undefined offset: 6994 in /home3/xiddjsgr/public_html/dekra/wp-includes/nav-menu-template.php on line 211**, and the code on line 211 is: 3 4 ''// Calculate the depth of each menu item with children.3 {{{ 4 // Calculate the depth of each menu item with children. 5 5 foreach ( $menu_items_with_children as $menu_item_key => &$menu_item_depth ) { 6 6 $menu_item_parent = $menu_items_tree[ $menu_item_key ]; … … 23 23 } 24 24 25 unset( $menu_items_tree, $menu_items_with_children, $menu_items, $menu_item );'' 25 unset( $menu_items_tree, $menu_items_with_children, $menu_items, $menu_item ); 26 }}} 26 27 27 28 **Version wordpress 6.1.1**