Changeset 43571 for trunk/tests/phpunit/tests/ajax/CustomizeMenus.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/CustomizeMenus.php
r42343 r43571 134 134 'action' => 'load-available-menu-items-customizer', 135 135 'customize-menus-nonce' => wp_create_nonce( 'customize-menus' ), 136 ), $post_args 136 ), 137 $post_args 137 138 ); 138 139 … … 243 244 'action' => 'load-available-menu-items-customizer', 244 245 'customize-menus-nonce' => wp_create_nonce( 'customize-menus' ), 245 ), $post_args 246 ), 247 $post_args 246 248 ); 247 249 … … 355 357 'action' => 'load-available-menu-items-customizer', 356 358 'customize-menus-nonce' => wp_create_nonce( 'customize-menus' ), 357 ), $post_args 359 ), 360 $post_args 358 361 ); 359 362 … … 538 541 'action' => 'search-available-menu-items-customizer', 539 542 'customize-menus-nonce' => wp_create_nonce( 'customize-menus' ), 540 ), $post_args 543 ), 544 $post_args 541 545 ); 542 546
Note: See TracChangeset
for help on using the changeset viewer.