forked from mirror/_s
Merge pull request #1404 from Ismail-elkorchi/woocommerce-aria
Remove an unnecessary ARIA role
This commit is contained in:
commit
ce85ca3291
|
@ -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