Put sub-cat product count inside a <mark>

This commit is contained in:
James Koster 2011-10-14 13:39:03 +01:00
parent 6b407ad0b6
commit f2d9aa8d9d
1 changed files with 1 additions and 1 deletions

View File

@ -1120,7 +1120,7 @@ function woocommerce_product_subcategories() {
<?php do_action('woocommerce_before_subcategory_title', $category); ?>
<h3><?php echo $category->name; ?> (<?php echo $category->count; ?>)</h3>
<h3><?php echo $category->name; ?> <mark class="count">(<?php echo $category->count; ?>)</mark></h3>
<?php do_action('woocommerce_after_subcategory_title', $category); ?>