Make WordPress Core

Changeset 49323


Ignore:
Timestamp:
10/27/2020 02:46:27 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Customize: Ensure the New Menu section is properly rendered.

Follow-up to [30102], [49101].

Props david.binda, boldgrid, dlh, azaozz, Clorith, westonruter, hellofromTonya.
Fixes #51592.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/wp/customize/controls.js

    r48651 r49323  
    37013701                                                if ( ! control.container.parent().is( parentContainer ) ) {
    37023702                                                        parentContainer.append( control.container );
    3703                                                         control.renderContent();
    37043703                                                }
     3704                                                control.renderContent();
    37053705                                                control.deferred.embedded.resolve();
    37063706                                        });
Note: See TracChangeset for help on using the changeset viewer.