From 2f1228a812e6495498abac9380cf3daa3e61ccd1 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Thu, 30 Aug 2018 06:51:11 +0200 Subject: [PATCH] Fix for issue #785 Translatable widget area descriptions --- inc/widgets.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inc/widgets.php b/inc/widgets.php index bf63ac2..88ffb91 100644 --- a/inc/widgets.php +++ b/inc/widgets.php @@ -54,7 +54,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) { register_sidebar( array( 'name' => __( 'Right Sidebar', 'understrap' ), 'id' => 'right-sidebar', - 'description' => 'Right sidebar widget area', + 'description' => __( 'Right sidebar widget area', 'understrap' ), 'before_widget' => '', 'before_title' => '