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.
This commit is contained in:
kobenland 2012-08-27 20:20:02 +02:00
parent ce4bef6129
commit d53dd41f28
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ function _s_widgets_init() {
'name' => __( 'Sidebar', '_s' ),
'id' => 'sidebar-1',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => "</aside>",
'after_widget' => '</aside>',
'before_title' => '<h1 class="widget-title">',
'after_title' => '</h1>',
) );