Merge pull request #9277 from jackgregory/product-categories-show-count

Fix Product Categories Widget dropdown show count arg
This commit is contained in:
Mike Jolley 2015-10-05 09:11:18 +01:00
commit a3f3148cd0
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class WC_Widget_Product_Categories extends WC_Widget {
// Dropdown
if ( $d ) {
$dropdown_defaults = array(
'show_counts' => $c,
'show_count' => $c,
'hierarchical' => $h,
'show_uncategorized' => 0,
'orderby' => $o,