Changeset 53851 for trunk/tests/phpunit/tests/customize/section.php
- Timestamp:
- 08/07/2022 02:20:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/section.php
r52010 r53851 25 25 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); 26 26 $this->manager = $GLOBALS['wp_customize']; 27 $this->undefined = new stdClass();28 27 } 29 28
Note: See TracChangeset
for help on using the changeset viewer.