Merge pull request #25611 from tyrann0us/patch-1

Fix typo in DocBlock of `woocommerce_template_loop_product_link_close()`
This commit is contained in:
Rodrigo Primo 2020-03-06 09:26:31 -03:00 committed by GitHub
commit e1aaa6c63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>';