minor
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
namespace Roots\Sage\Init;
|
namespace Roots\Sage\Init;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sage initial setup and constants
|
* Theme setup
|
||||||
*/
|
*/
|
||||||
function setup() {
|
function setup() {
|
||||||
// Make theme available for translation
|
// Make theme available for translation
|
||||||
@@ -49,7 +49,7 @@ function widgets_init() {
|
|||||||
'before_widget' => '<section class="widget %1$s %2$s">',
|
'before_widget' => '<section class="widget %1$s %2$s">',
|
||||||
'after_widget' => '</section>',
|
'after_widget' => '</section>',
|
||||||
'before_title' => '<h3>',
|
'before_title' => '<h3>',
|
||||||
'after_title' => '</h3>',
|
'after_title' => '</h3>'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
register_sidebar([
|
register_sidebar([
|
||||||
@@ -58,7 +58,7 @@ function widgets_init() {
|
|||||||
'before_widget' => '<section class="widget %1$s %2$s">',
|
'before_widget' => '<section class="widget %1$s %2$s">',
|
||||||
'after_widget' => '</section>',
|
'after_widget' => '</section>',
|
||||||
'before_title' => '<h3>',
|
'before_title' => '<h3>',
|
||||||
'after_title' => '</h3>',
|
'after_title' => '</h3>'
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
add_action('widgets_init', __NAMESPACE__ . '\\widgets_init');
|
add_action('widgets_init', __NAMESPACE__ . '\\widgets_init');
|
||||||
|
|||||||
Reference in New Issue
Block a user