Fix typo in DocBlock of `woocommerce_template_loop_product_link_close()`
Replace `opening` with `closing`.
This commit is contained in:
parent
586bcc8bb4
commit
0097beef17
|
@ -1162,7 +1162,7 @@ if ( ! function_exists( 'woocommerce_template_loop_product_link_open' ) ) {
|
||||||
|
|
||||||
if ( ! function_exists( 'woocommerce_template_loop_product_link_close' ) ) {
|
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() {
|
function woocommerce_template_loop_product_link_close() {
|
||||||
echo '</a>';
|
echo '</a>';
|
||||||
|
|
Loading…
Reference in New Issue