Changeset 43571 for trunk/tests/phpunit/tests/customize/panel.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/panel.php
r42343 r43571 82 82 83 83 $panel = new WP_Customize_Panel( 84 $this->manager, 'foo', array( 84 $this->manager, 85 'foo', 86 array( 85 87 'active_callback' => '__return_false', 86 88 )
Note: See TracChangeset
for help on using the changeset viewer.