Merge pull request #1404 from Ismail-elkorchi/woocommerce-aria

Remove an unnecessary ARIA role
This commit is contained in:
Ismail El Korchi 2020-04-14 18:35:33 +01:00 committed by GitHub
commit ce85ca3291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {
?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<main id="main" class="site-main">
<?php
}
}