Changes between Initial Version and Version 1 of Ticket #14979, comment 3

Timestamp:
02/06/13 11:53:18 (3 months ago)
Author:
cdog
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14979, comment 3

    initial v1  
    993. Return to Appearance > Background. Now the original image is displayed instead of its thumbnail and the preview pane is very tall (attachment:custom-background.png, bottom). 
    1010 
    11 This is caused by the [http://core.trac.wordpress.org/browser/trunk/wp-includes/class-wp-customize-setting.php#L437 update()] callback from `WP_Customize_Background_Image_Settings` class which removes the thumbnail theme mod. 
     11This is caused by the [http://core.trac.wordpress.org/browser/trunk/wp-includes/class-wp-customize-setting.php#L437 update()] callback from `WP_Customize_Background_Image_Settings` class which removes `background_image_thumb` theme mod. 
    1212 
    1313attachment:14979.diff uses the original image instead of its thumbnail and sets the height of the preview pane properly when a custom background is set. Also adds control over the background size as shown in attachment:14979.png.