Changes between Initial Version and Version 1 of Ticket #57169, comment 16
- Timestamp:
- 01/13/2023 12:35:18 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57169, comment 16
initial v1 9 9 would be different from this: 10 10 {{{ 11 if ( (string) $menu_item->ID ) === (string) $menu_item->menu_item_parent )) {11 if ( (string) $menu_item->ID === (string) $menu_item->menu_item_parent ) { 12 12 }}} 13 13