Correct the docblock

Closes #12217
This commit is contained in:
Mike Jolley 2016-11-02 19:15:06 +00:00
parent c9f0cd8e8c
commit 5605d2cc48
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ function woocommerce_template_loop_category_link_open( $category ) {
echo '<a href="' . get_term_link( $category, 'product_cat' ) . '">';
}
/**
* Insert the opening anchor tag for categories in the loop.
* Insert the closing anchor tag for categories in the loop.
*/
function woocommerce_template_loop_category_link_close() {
echo '</a>';