Merge branch 'pr/14414'

This commit is contained in:
Mike Jolley 2017-04-27 12:01:45 +01:00
commit 29feafb116
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ if ( ! function_exists( 'woocommerce_template_loop_category_title' ) ) {
* Insert the opening anchor tag for products in the loop.
*/
function woocommerce_template_loop_product_link_open() {
echo '<a href="' . get_the_permalink() . '" class="woocommerce-LoopProduct-link">';
echo '<a href="' . get_the_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
}
/**
* Insert the opening anchor tag for products in the loop.