Remove an unnecessary ARIA role

This commit is contained in:
Ismail El Korchi 2020-04-14 18:14:58 +01:00
parent b04bcdcc1f
commit 5b1bf56a50
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }
} }