Fix typo in DocBlock of `woocommerce_template_loop_product_link_close()`

Replace `opening` with `closing`.
This commit is contained in:
Philipp Bammes 2020-02-07 16:51:12 +01:00 committed by GitHub
parent 586bcc8bb4
commit 0097beef17
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>';