Changeset 20179 for trunk/wp-includes/class-wp-customize.php
- Timestamp:
- 03/15/2012 04:14:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize.php
r20133 r20179 524 524 'control' => 'color', 525 525 'default' => defined( 'BACKGROUND_COLOR' ) ? BACKGROUND_COLOR : '', 526 'sanitize_callback' => 'sanitize_hexcolor' 526 'sanitize_callback' => 'sanitize_hexcolor', 527 ) ); 528 529 $this->add_setting( 'background_image', array( 530 'label' => 'Background Image', 531 'section' => 'background', 532 'control' => 'upload', 527 533 ) ); 528 534
Note: See TracChangeset
for help on using the changeset viewer.