Make WordPress Core


Ignore:
Timestamp:
09/30/2025 04:35:20 PM (7 months ago)
Author:
johnbillion
Message:

Menus: Revert some unintentional whitespace changes introduced in r60815.

Unprops johnbillion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/customize/nav-menu-item-setting.php

    r60815 r60816  
    173173            0,
    174174            array(
    175             'menu-item-type'      => 'post_type',
    176             'menu-item-object'    => 'post',
    177             'menu-item-object-id' => $post_id,
    178             'menu-item-title'     => $item_title,
    179             'menu-item-status'    => 'publish',
     175                'menu-item-type'      => 'post_type',
     176                'menu-item-object'    => 'post',
     177                'menu-item-object-id' => $post_id,
     178                'menu-item-title'     => $item_title,
     179                'menu-item-status'    => 'publish',
    180180            )
    181181        );
     
    199199            $other_menu_id,
    200200            $item_id,
    201                 array(
     201            array(
    202202                'menu-item-title' => 'Hola',
    203203            )
Note: See TracChangeset for help on using the changeset viewer.