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 . ')';