Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Update aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Nov 16, 2016
1 parent f6e60b3 commit 48ff6c5
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions templates/parts/404_woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,19 @@

<p><?php esc_html_e( 'It looks like nothing was found at this location. Please try searching below:', 'primer' ); ?></p>

<section aria-label="Search">
<section aria-label="<?php esc_html__( 'Search', 'primer' ); ?>">

<?php the_widget( 'WC_Widget_Product_Search' ); ?>

</section>

<div class="fourohfour-columns-2">
<section aria-label="<?php esc_html__( 'Promoted Products', 'primer' ); ?>">

<section class="col-1" aria-label="Promoted Products">
<?php primer_promoted_products(); ?>

<?php primer_promoted_products(); ?>

</section>

</div>
</section>

<section aria-label="Popular Products" >
<section aria-label="<?php esc_html__( 'Popular Products', 'primer' ); ?>">

<h2><?php esc_html_e( 'Popular Products', 'primer' ); ?></h2>

Expand Down

0 comments on commit 48ff6c5

Please sign in to comment.