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