Changes between Initial Version and Version 1 of Ticket #57333
- Timestamp:
- 12/15/2022 01:20:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57333
-
Property
Component
changed from
General
toMenus
-
Property
Component
changed from
-
Ticket #57333 – Description
initial v1 1 1 Would get the warnings below, and menu wouldn't show. Changing the code shown here (I left the original in, just commented out. fixed the issue. 2 2 {{{ 3 3 ------nav-menu-template.php------ 4 4 // Calculate the depth of each menu item with children. … … 20 20 21 21 Warning: Undefined array key 21700 in C:\xampp\htdocs\wp-includes\nav-menu-template.php on line 215 22 }}}