diff --git a/functions.php b/functions.php index 928053f..ff2207a 100644 --- a/functions.php +++ b/functions.php @@ -66,12 +66,15 @@ endif; // _s_setup add_action( 'after_setup_theme', '_s_setup' ); /** - * Register widgetized area and update sidebar with default widgets. + * Register widget area. + * + * @link http://codex.wordpress.org/Function_Reference/register_sidebar */ function _s_widgets_init() { register_sidebar( array( 'name' => __( 'Sidebar', '_s' ), 'id' => 'sidebar-1', + 'description' => '', 'before_widget' => '', 'before_title' => '