diff --git a/src/wp-admin/customize.php b/src/wp-admin/customize.php index ac74d32afd..178db28243 100644 --- a/src/wp-admin/customize.php +++ b/src/wp-admin/customize.php @@ -118,6 +118,7 @@ do_action( 'customize_controls_print_scripts' );
+
__( 'Remove' ), 'removeBtnTooltip' => __( 'Trash widget by moving it to the inactive widgets sidebar.' ), 'error' => __( 'An error has occurred. Please reload the page and try again.' ), + 'widgetMovedUp' => __( 'Widget moved up' ), + 'widgetMovedDown' => __( 'Widget moved down' ), ), 'tpl' => array( 'widgetReorderNav' => $widget_reorder_nav_tpl,