Skip to content

Commit

Permalink
Merge pull request #938 from emiluzelac/patch-46
Browse files Browse the repository at this point in the history
Add widget description - props @emiluzelac
  • Loading branch information
karmatosed committed Mar 28, 2016
2 parents 21208ab + d92026b commit ab22810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">',
Expand Down

0 comments on commit ab22810

Please sign in to comment.