Ticket #33258: 33258.patch
File 33258.patch, 576 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/js/customize-widgets.js
1270 1270 1271 1271 if ( expanded ) { 1272 1272 1273 if ( 'undefined' != typeof api.section( self.section ) && ! api.section( self.section ).expanded() ) { 1274 self.expandControlSection(); 1275 } 1273 self.expandControlSection(); 1276 1274 1277 1275 // Close all other widget controls before expanding this one 1278 1276 api.control.each( function( otherControl ) {