Merge pull request #938 from emiluzelac/patch-46

Add widget description - props @emiluzelac
This commit is contained in:
Tammie Lister 2016-03-29 00:02:55 +01:00
commit ab228109f5
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' => '',
'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">',