Make WordPress Core

Changeset 27704


Ignore:
Timestamp:
03/25/2014 12:00:01 PM (11 years ago)
Author:
nacin
Message:

Custom backgrounds: Always cause a preview in the customizer.

Omitted from [27703].

props obenland.
see #22030.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/customize-preview.js

    r26200 r27704  
    109109                update;
    110110
    111             // If custom backgrounds are active and we can't find the
    112             // default output, bail.
    113             if ( body.hasClass('custom-background') && ! style.length )
    114                 return;
    115 
    116111            update = function() {
    117112                var css = '';
Note: See TracChangeset for help on using the changeset viewer.