_s: If there's only one sidebar we can call it a sidebar

This commit is contained in:
Ian Stewart 2012-01-11 04:21:12 +00:00
parent ea9222cda2
commit 553c12f513
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ add_action( 'after_setup_theme', '_s_setup' );
*/
function _s_widgets_init() {
register_sidebar( array(
'name' => __( 'Sidebar 1', '_s' ),
'name' => __( 'Sidebar', '_s' ),
'id' => 'sidebar-1',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => "</aside>",