From 553c12f51361f019539e9779b52c87147932d2cb Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Wed, 11 Jan 2012 04:21:12 +0000 Subject: [PATCH] _s: If there's only one sidebar we can call it a sidebar --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 5bf1bb2e..81a2efc8 100644 --- a/functions.php +++ b/functions.php @@ -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' => '",