- Timestamp:
- 01/11/2019 03:03:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/selective-refresh-ajax.php
r43571 r44559 43 43 44 44 require_once( ABSPATH . WPINC . '/class-wp-customize-manager.php' ); 45 // @codingStandardsIgnoreStart46 45 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); 47 // @codingStandardsIgnoreEnd 48 $this->wp_customize = $GLOBALS['wp_customize']; 46 $this->wp_customize = $GLOBALS['wp_customize']; 49 47 if ( isset( $this->wp_customize->selective_refresh ) ) { 50 48 $this->selective_refresh = $this->wp_customize->selective_refresh;
Note: See TracChangeset
for help on using the changeset viewer.