Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57169, comment 16


Ignore:
Timestamp:
01/13/2023 12:35:18 AM (16 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57169, comment 16

    initial v1  
    99would be different from this:
    1010{{{
    11 if ( (string) $menu_item->ID ) === (string) $menu_item->menu_item_parent ) ) {
     11if ( (string) $menu_item->ID === (string) $menu_item->menu_item_parent ) {
    1212}}}
    1313