From: Anthony Talarico Date: Mon, 28 Dec 2015 19:42:42 +0000 (-0500) Subject: removed comma from tag output X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8a191517a96bd202638b384450f751445afc7da0;p=WP-Plugins%2Fmichsci-products.git removed comma from tag output --- diff --git a/views/product_detail.php b/views/product_detail.php index 0a3180d..c5f440d 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -21,7 +21,7 @@ $args = array( $tags = wp_get_post_terms($product->ID,'michsci_tag', $args); foreach ($tags as $tag){ ?> -name . ", "; ?> +name . " "; ?>

post_title; ?>