- Timestamp:
- 10/21/2016 11:02:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/custom-css-setting.php
r38850 r38858 37 37 $wp_customize = $this->wp_customize; 38 38 39 // Remove default theme actions that interfere with tests40 remove_action( 'customize_register', 'twentyseventeen_customize_register' );41 42 39 do_action( 'customize_register', $this->wp_customize ); 43 40 $this->setting = new WP_Customize_Custom_CSS_Setting( $this->wp_customize, 'custom_css[twentysixteen]' );
Note: See TracChangeset
for help on using the changeset viewer.