From 0097beef1749d0973bf8d9a25f1875c048c40428 Mon Sep 17 00:00:00 2001 From: Philipp Bammes Date: Fri, 7 Feb 2020 16:51:12 +0100 Subject: [PATCH] Fix typo in DocBlock of `woocommerce_template_loop_product_link_close()` Replace `opening` with `closing`. --- includes/wc-template-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/wc-template-functions.php b/includes/wc-template-functions.php index 595b55cd349..26a2f26c45a 100644 --- a/includes/wc-template-functions.php +++ b/includes/wc-template-functions.php @@ -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 '';