diff --git a/functions.php b/functions.php index 2430c3fe..6b9cd6ac 100644 --- a/functions.php +++ b/functions.php @@ -101,7 +101,7 @@ function _s_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', '_s' ), 'id' => 'sidebar-1', - 'description' => '', + 'description' => esc_html__( 'Add widgets here to appear in your sidebar', '_s' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

',