Changeset 38850 for trunk/tests/phpunit/tests/customize/nav-menus.php
- Timestamp:
- 10/21/2016 05:27:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/nav-menus.php
r38436 r38850 27 27 $this->wp_customize = new WP_Customize_Manager(); 28 28 $wp_customize = $this->wp_customize; 29 30 // Remove default theme actions that interfere with tests 31 remove_action( 'customize_register', 'twentyseventeen_customize_register' ); 29 32 } 30 33
Note: See TracChangeset
for help on using the changeset viewer.