Changeset 38850 for trunk/tests/phpunit/tests/customize/control.php
- Timestamp:
- 10/21/2016 05:27:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/control.php
r36689 r38850 32 32 // @codingStandardsIgnoreEnd 33 33 $this->wp_customize = $GLOBALS['wp_customize']; 34 35 // Remove default theme actions that interfere with tests 36 remove_action( 'customize_register', 'twentyseventeen_customize_register' ); 34 37 } 35 38
Note: See TracChangeset
for help on using the changeset viewer.