Merge branch 'pr/14414'
This commit is contained in:
commit
29feafb116
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue