From d92026bb8fc772ddb2c2dd350f119ab4752d05bb Mon Sep 17 00:00:00 2001 From: Emil Uzelac Date: Mon, 28 Mar 2016 17:51:13 -0500 Subject: [PATCH] Update functions.php --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 6b9cd6ac..415ca921 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' => esc_html__( 'Add widgets here to appear in your sidebar', '_s' ), + 'description' => esc_html__( 'Add widgets here.', '_s' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

',