Make WordPress Core


Ignore:
Timestamp:
06/06/2012 09:24:22 PM (13 years ago)
Author:
ryan
Message:

Don't resurrect a removed default image when changing colors in the Customizer. Props koopersmith, nacin. fixes #20448

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-customize-manager.php

    r21010 r21013  
    313313            'values'  => array(),
    314314            'channel' => esc_js( $_POST['customize_messenger_channel'] ),
     315            'backgroundImageHasDefault' => current_theme_supports( 'custom-background', 'default-image' ),
    315316        );
    316317
Note: See TracChangeset for help on using the changeset viewer.