Changeset 20274 for trunk/wp-includes/class-wp-customize.php
- Timestamp:
- 03/23/2012 10:43:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize.php
r20266 r20274 535 535 // With custom value 536 536 $this->add_setting( 'header_image', array( 537 'label' => ' RandomImage',537 'label' => 'Header Image', 538 538 'section' => 'header', 539 'control' => 'checkbox', 540 // @todo 541 // not the default, it's the value. 542 // value is saved in get_theme_support( 'custom-header', 'random-default' ) 543 'default' => 'random-default-image' 539 'control' => 'upload', 540 'default' => get_theme_support( 'custom-header', 'default-image' ), 544 541 ) ); 545 542
Note: See TracChangeset
for help on using the changeset viewer.