Changeset 38858 for trunk/tests/phpunit/tests/customize/nav-menus.php
- Timestamp:
- 10/21/2016 11:02:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/nav-menus.php
r38850 r38858 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 tests31 remove_action( 'customize_register', 'twentyseventeen_customize_register' );32 29 } 33 30
Note: See TracChangeset
for help on using the changeset viewer.