Improved the description of count option of product categories widget
This commit is contained in:
parent
b4cc3cfcd5
commit
157dde6695
|
@ -60,7 +60,7 @@ class WC_Widget_Product_Categories extends WC_Widget {
|
||||||
'count' => array(
|
'count' => array(
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'std' => 0,
|
'std' => 0,
|
||||||
'label' => __( 'Show post counts', 'woocommerce' )
|
'label' => __( 'Show product counts', 'woocommerce' )
|
||||||
),
|
),
|
||||||
'hierarchical' => array(
|
'hierarchical' => array(
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
|
|
Loading…
Reference in New Issue