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 a2855f3Copy full SHA for a2855f3
widget-customizer.js
@@ -637,7 +637,7 @@ var WidgetCustomizer = (function ($) {
637
updateInWidgetTitle: function () {
638
var control = this;
639
var title = control.setting().title;
640
- var in_widget_title = control.container.find('.in-widget-title');
+ var in_widget_title = control.container.find('.in-widget-titlee');
641
if ( title ) {
642
in_widget_title.text( ': ' + title );
643
}
0 commit comments