- Timestamp:
- 09/30/2025 04:35:20 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/nav-menu-item-setting.php
r60815 r60816 173 173 0, 174 174 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', 180 180 ) 181 181 ); … … 199 199 $other_menu_id, 200 200 $item_id, 201 array(201 array( 202 202 'menu-item-title' => 'Hola', 203 203 )
Note: See TracChangeset
for help on using the changeset viewer.