From: Anthony Talarico Date: Tue, 12 Jan 2016 19:12:09 +0000 (-0500) Subject: fixing syntax error X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=26b5de5f488e48555b88296c6ccf392da9f3686b;p=WP-Plugins%2Fmichsci-products.git fixing syntax error --- diff --git a/index.php b/index.php index 8bf87c6..98fba17 100644 --- a/index.php +++ b/index.php @@ -484,7 +484,7 @@ function michsci_get_terms_dropdown($cat_id) if($cat_id){ $cats_child = get_term_children($cat_id, $taxonomyName); foreach($cats_child as $cat){ - echo $cat + " "; + echo $cat . " "; $output ="