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