We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff2026 commit a6ced97Copy full SHA for a6ced97
widget-customizer.js
@@ -160,7 +160,7 @@ var WidgetCustomizer = (function ($) {
160
161
// Append the controls to put them in the right order
162
var final_control_containers = _( widget_form_controls ).map( function( widget_form_controls ) {
163
- return widget_form_controls.container[0];
+ return widget_form_controls.container;
164
} );
165
166
// Re-sort widget form controls
0 commit comments