'Primary Sidebar' -> 'Primary'
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
function roots_widgets_init() {
|
function roots_widgets_init() {
|
||||||
// Sidebars
|
// Sidebars
|
||||||
register_sidebar(array(
|
register_sidebar(array(
|
||||||
'name' => __('Primary Sidebar', 'roots'),
|
'name' => __('Primary', 'roots'),
|
||||||
'id' => 'sidebar-primary',
|
'id' => 'sidebar-primary',
|
||||||
'before_widget' => '<section class="widget %1$s %2$s"><div class="widget-inner">',
|
'before_widget' => '<section class="widget %1$s %2$s"><div class="widget-inner">',
|
||||||
'after_widget' => '</div></section>',
|
'after_widget' => '</div></section>',
|
||||||
|
|||||||
Reference in New Issue
Block a user