Merge pull request #25611 from tyrann0us/patch-1
Fix typo in DocBlock of `woocommerce_template_loop_product_link_close()`
This commit is contained in:
commit
e1aaa6c63c
|
@ -1162,7 +1162,7 @@ if ( ! function_exists( 'woocommerce_template_loop_product_link_open' ) ) {
|
|||
|
||||
if ( ! function_exists( 'woocommerce_template_loop_product_link_close' ) ) {
|
||||
/**
|
||||
* Insert the opening anchor tag for products in the loop.
|
||||
* Insert the closing anchor tag for products in the loop.
|
||||
*/
|
||||
function woocommerce_template_loop_product_link_close() {
|
||||
echo '</a>';
|
||||
|
|
Loading…
Reference in New Issue