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:
8a19151
)
added strong tags to tag output
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 28 Dec 2015 20:07:18 +0000
(15:07 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 28 Dec 2015 20:07:18 +0000
(15:07 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
c5f440d
..
22ad52b
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-14,7
+14,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
<p id="tagList">
<?php
-echo
"Tags: "
;
+echo
'<strong> Tags: </strong>'
;
$args = array(
"hide_empty"=>false
);