mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
improved semantic html - widgets - revision3
This commit is contained in:
parent
80eb7d356c
commit
3c1a3b6c00
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ if ( ! class_exists( 'Storefront' ) ) :
|
||||||
$widget_tags = array(
|
$widget_tags = array(
|
||||||
'before_widget' => '<div id="%1$s" class="widget %2$s">',
|
'before_widget' => '<div id="%1$s" class="widget %2$s">',
|
||||||
'after_widget' => '</div>',
|
'after_widget' => '</div>',
|
||||||
'before_title' => '<span class="widget-title">',
|
'before_title' => '<span class="h3 widget-title">',
|
||||||
'after_title' => '</span>'
|
'after_title' => '</span>'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue