Make WordPress Core

Ticket #33258: 33258.patch

File 33258.patch, 576 bytes (added by ocean90, 10 years ago)
  • src/wp-admin/js/customize-widgets.js

     
    12701270
    12711271                        if ( expanded ) {
    12721272
    1273                                 if ( 'undefined' != typeof api.section( self.section ) && ! api.section( self.section ).expanded() ) {
    1274                                         self.expandControlSection();
    1275                                 }
     1273                                self.expandControlSection();
    12761274
    12771275                                // Close all other widget controls before expanding this one
    12781276                                api.control.each( function( otherControl ) {