From 77e3087c2ec49add770d6b74be0f023103355711 Mon Sep 17 00:00:00 2001 From: Mark Batchelder Date: Tue, 24 Nov 2015 00:06:27 -0800 Subject: [PATCH] Changed widget wrapper from div to section Per https://github.com/WordPress/twentysixteen/issues/355 --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index a93e3dc..d34bbd1 100644 --- a/functions.php +++ b/functions.php @@ -102,8 +102,8 @@ function _s_widgets_init() { 'name' => esc_html__( 'Sidebar', '_s' ), 'id' => 'sidebar-1', 'description' => '', - 'before_widget' => '
', - 'after_widget' => '
', + 'before_widget' => '
', + 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) );