Skip to content

Commit a6ced97

Browse files
committed
Fault xwp#5
1 parent 4ff2026 commit a6ced97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget-customizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ var WidgetCustomizer = (function ($) {
160160

161161
// Append the controls to put them in the right order
162162
var final_control_containers = _( widget_form_controls ).map( function( widget_form_controls ) {
163-
return widget_form_controls.container[0];
163+
return widget_form_controls.container;
164164
} );
165165

166166
// Re-sort widget form controls

0 commit comments

Comments
 (0)