- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/selective-refresh-ajax.php
r46586 r47198 42 42 add_filter( 'wp_die_ajax_handler', array( $this, 'get_wp_die_handler' ), 1, 1 ); 43 43 44 require_once ( ABSPATH . WPINC . '/class-wp-customize-manager.php' );44 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 45 45 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); 46 46 $this->wp_customize = $GLOBALS['wp_customize'];
Note: See TracChangeset
for help on using the changeset viewer.