Skip to content

Commit

Permalink
Changed widget wrapper from div to section
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBatchelder committed Nov 24, 2015
1 parent 15cef7e commit 77e3087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ function _s_widgets_init() {
'name' => esc_html__( 'Sidebar', '_s' ),
'id' => 'sidebar-1',
'description' => '',
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
) );
Expand Down

0 comments on commit 77e3087

Please sign in to comment.