some style nitpick
This commit is contained in:
parent
cd6fc325ef
commit
83595b965a
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@
|
|||
|
||||
if ( function_exists('register_sidebar') )
|
||||
register_sidebar(array(
|
||||
'before_widget' => '<section id="%1$s" class="widget %2$s card card-secondary">',
|
||||
'after_widget' => '</section>',
|
||||
'before_title' => '<h1 class="section card-header">',
|
||||
'after_title' => '</h1>',
|
||||
'before_widget' => '<section id="%1$s" class="widget %2$s card card-secondary">',
|
||||
'after_widget' => '</section>',
|
||||
'before_title' => '<h1 class="section card-header">',
|
||||
'after_title' => '</h1>',
|
||||
));
|
||||
|
||||
|
||||
|
|
Reference in a new issue