Widget Customizer: Remove leading/trailing whitespace to prevent jQuery migrate warning.
props gcorne. fixes #27689. git-svn-id: https://develop.svn.wordpress.org/trunk@27973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
020e3ef811
commit
e4d4e0020b
@ -602,8 +602,7 @@ final class WP_Customize_Widgets {
|
||||
( 'Select an area to move this widget into:' ), // @todo translate
|
||||
esc_html_x( 'Move', 'move widget' ),
|
||||
),
|
||||
'
|
||||
<div class="move-widget-area">
|
||||
'<div class="move-widget-area">
|
||||
<p class="description">{description}</p>
|
||||
<ul class="widget-area-select">
|
||||
<% _.each( sidebars, function ( sidebar ){ %>
|
||||
@ -613,8 +612,7 @@ final class WP_Customize_Widgets {
|
||||
<div class="move-widget-actions">
|
||||
<button class="move-widget-btn button-secondary" type="button">{btn}</button>
|
||||
</div>
|
||||
</div>
|
||||
'
|
||||
</div>'
|
||||
);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user