From d53dd41f28ad2a066725ab669048c34c14c6ae43 Mon Sep 17 00:00:00 2001 From: kobenland Date: Mon, 27 Aug 2012 20:20:02 +0200 Subject: [PATCH] s/double/single quotes in register_sidebar args array. This is probably left over from a time when there was a line break following the HTML tag. --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index e9a8d73c..5067672a 100644 --- a/functions.php +++ b/functions.php @@ -89,7 +89,7 @@ function _s_widgets_init() { 'name' => __( 'Sidebar', '_s' ), 'id' => 'sidebar-1', 'before_widget' => '", + 'after_widget' => '', 'before_title' => '

', 'after_title' => '

', ) );