projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ebea7
)
removed comma from tag output
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 28 Dec 2015 19:42:42 +0000
(14:42 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 28 Dec 2015 19:42:42 +0000
(14:42 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
0a3180d
..
c5f440d
100644
(file)
--- 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){ ?>
-<?php echo $tag->name . "
,
"; ?>
+<?php echo $tag->name . " "; ?>
<?php }?>
</p>
<h2><?php echo $product->post_title; ?></h2>