From 5219b6187ee5214cdd39801a89582eb399164985 Mon Sep 17 00:00:00 2001 From: Manos Psychogyiopoulos Date: Thu, 30 Aug 2012 15:24:55 +0300 Subject: [PATCH] Layered nab link filter for ML linking --- widgets/widget-layered_nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/widget-layered_nav.php b/widgets/widget-layered_nav.php index 57e58b89510..cd7a879eb06 100644 --- a/widgets/widget-layered_nav.php +++ b/widgets/widget-layered_nav.php @@ -278,7 +278,7 @@ class WooCommerce_Widget_Layered_Nav extends WP_Widget { echo '
  • '; - echo ( $count > 0 || $option_is_set ) ? '' : ''; + echo ( $count > 0 || $option_is_set ) ? '' : ''; echo $term->name;