forked from mirror/_s
Update functions.php
This commit is contained in:
parent
debdbd5c6e
commit
d92026bb8f
|
@ -101,7 +101,7 @@ function _s_widgets_init() {
|
|||
register_sidebar( array(
|
||||
'name' => esc_html__( 'Sidebar', '_s' ),
|
||||
'id' => 'sidebar-1',
|
||||
'description' => esc_html__( 'Add widgets here to appear in your sidebar', '_s' ),
|
||||
'description' => esc_html__( 'Add widgets here.', '_s' ),
|
||||
'before_widget' => '<section id="%1$s" class="widget %2$s">',
|
||||
'after_widget' => '</section>',
|
||||
'before_title' => '<h2 class="widget-title">',
|
||||
|
|
Reference in New Issue