Changeset 38763 for trunk/tests/phpunit/tests/customize/setting.php
- Timestamp:
- 10/09/2016 01:29:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/setting.php
r37982 r38763 481 481 $type = 'option'; 482 482 $name = 'blogname'; 483 $post_value = rand_str();483 $post_value = __FUNCTION__; 484 484 $this->manager->set_post_value( $name, $post_value ); 485 485 $setting = new WP_Customize_Setting( $this->manager, $name, compact( 'type' ) ); … … 505 505 $type = 'option'; 506 506 $name = 'blogdescription'; 507 $post_value = rand_str();507 $post_value = __FUNCTION__; 508 508 $this->manager->set_post_value( $name, $post_value ); 509 509 $setting = new WP_Customize_Setting( $this->manager, $name, compact( 'type' ) );
Note: See TracChangeset
for help on using the changeset viewer.