From c208928b0ecf85da88d56b6ce9f7180d3931d4dd Mon Sep 17 00:00:00 2001 From: roykho Date: Sat, 27 Jun 2015 07:41:24 -0700 Subject: [PATCH] remove hardcoded tree type --- includes/walkers/class-product-cat-list-walker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/walkers/class-product-cat-list-walker.php b/includes/walkers/class-product-cat-list-walker.php index f4131077249..13fee3e3795 100644 --- a/includes/walkers/class-product-cat-list-walker.php +++ b/includes/walkers/class-product-cat-list-walker.php @@ -75,7 +75,7 @@ class WC_Product_Cat_List_Walker extends Walker { $output .= ' current-cat-parent'; } - $output .= '">' . __( $cat->name, 'woocommerce' ) . ''; + $output .= '">' . __( $cat->name, 'woocommerce' ) . ''; if ( $args['show_count'] ) { $output .= ' (' . $cat->count . ')';