Update functions.php

This commit is contained in:
Emil Uzelac 2016-03-28 17:51:13 -05:00
parent debdbd5c6e
commit d92026bb8f
1 changed files with 1 additions and 1 deletions

View File

@ -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' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',