This commit is contained in:
Nicola Mustone 2015-06-03 12:50:11 +02:00
parent 17eac9eaed
commit 29e6082ab6
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ if ( ! function_exists( 'is_product_category' ) ) {
*/
function is_product_category( $term = '' ) {
return is_tax( 'product_cat', $term );
}i
}
}
if ( ! function_exists( 'is_product_tag' ) ) {