From fc3bec50699417107ff327dab49f0b2589e91ca6 Mon Sep 17 00:00:00 2001 From: ChrisClayton Date: Fri, 6 Apr 2012 16:17:36 +1000 Subject: [PATCH] change widgets to use
instead of
- see #379 --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 41636a7..4b5dfa1 100644 --- a/functions.php +++ b/functions.php @@ -58,8 +58,8 @@ function roots_register_sidebars() { 'id' => 'roots-' . sanitize_title($sidebar), 'name' => __($sidebar, 'roots'), 'description' => __($sidebar, 'roots'), - 'before_widget' => '
', - 'after_widget' => '
', + 'before_widget' => '
', + 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )