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:
10c16de
)
fixing syntax error
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 28 Dec 2015 19:39:24 +0000
(14:39 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 28 Dec 2015 19:39:24 +0000
(14:39 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
366785f
..
0a3180d
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-10,11
+10,11
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
echo '<a href="'. '?michsci_category=' . $relative->term_id . '" >' . $relative->name . "</a>" . " > ";
} ?>
-
<?php echo $product->post_title . "<br>"; ?>
+<?php echo $product->post_title . "<br>"; ?>
-<?php echo "Tags: "; ?>
<p id="tagList">
<?php
+echo "Tags: ";
$args = array(
"hide_empty"=>false
);