forked from mirror/_s
Remove an unnecessary ARIA role
This commit is contained in:
parent
b04bcdcc1f
commit
5b1bf56a50
|
@ -119,7 +119,7 @@ if ( ! function_exists( '_s_woocommerce_wrapper_before' ) ) {
|
||||||
function _s_woocommerce_wrapper_before() {
|
function _s_woocommerce_wrapper_before() {
|
||||||
?>
|
?>
|
||||||
<div id="primary" class="content-area">
|
<div id="primary" class="content-area">
|
||||||
<main id="main" class="site-main" role="main">
|
<main id="main" class="site-main">
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue