From 59c1e86c27746e02bc47c54c7fbcf0f75b91a77a Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 23 Jun 2013 12:26:57 -0500 Subject: [PATCH] 'Primary Sidebar' -> 'Primary' --- lib/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets.php b/lib/widgets.php index fd067d1..7c7769a 100644 --- a/lib/widgets.php +++ b/lib/widgets.php @@ -5,7 +5,7 @@ function roots_widgets_init() { // Sidebars register_sidebar(array( - 'name' => __('Primary Sidebar', 'roots'), + 'name' => __('Primary', 'roots'), 'id' => 'sidebar-primary', 'before_widget' => '
', 'after_widget' => '
',