[2.5] Wrong function exists check.

Fixes #10100
This commit is contained in:
Mike Jolley 2016-01-19 09:39:53 +00:00
parent e75a4b300c
commit 5afca45252
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ if ( ! function_exists( 'woocommerce_template_loop_product_title' ) ) {
echo '<h3>' . get_the_title() . '</h3>';
}
}
if ( ! function_exists( 'woocommerce_template_loop_subcategory_title' ) ) {
if ( ! function_exists( 'woocommerce_template_loop_category_title' ) ) {
/**
* Show the subcategory title in the product loop.