Changeset 21053 for trunk/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 06/11/2012 08:49:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-manager.php
r21037 r21053 781 781 'theme_supports' => 'custom-background', 782 782 ) ); 783 784 $this->add_setting( new WP_Customize_Background_Image_Setting( $this, 'background_image_thumb', array( 785 'theme_supports' => 'custom-background', 786 ) ) ); 783 787 784 788 $this->add_control( new WP_Customize_Background_Image_Control( $this ) );
Note: See TracChangeset
for help on using the changeset viewer.