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