Add missing string translation in widgets.
see #27453, #27112. git-svn-id: https://develop.svn.wordpress.org/trunk@28140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
85925b39ad
commit
6196b0811e
@ -1041,7 +1041,7 @@ final class WP_Customize_Widgets {
|
||||
'registeredSidebars' => array_values( $GLOBALS['wp_registered_sidebars'] ),
|
||||
'registeredWidgets' => $GLOBALS['wp_registered_widgets'],
|
||||
'l10n' => array(
|
||||
'widgetTooltip' => ( 'Shift-click to edit this widget.' ),
|
||||
'widgetTooltip' => __( 'Shift-click to edit this widget.' ),
|
||||
),
|
||||
);
|
||||
foreach ( $settings['registeredWidgets'] as &$registered_widget ) {
|
||||
|
Loading…
Reference in New Issue
Block a user