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:
000d7e8
)
changed tags title to h2
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 Dec 2015 21:20:21 +0000
(16:20 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 Dec 2015 21:20:21 +0000
(16:20 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
79f5752
..
cc662fb
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-38,7
+38,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
<div class="gallery small-12 medium-4 columns">
<?php echo '<a href="#glm_gallery"> Gallery </a>'; ?>
<div id="tags">
- <?php echo "<
strong> Tags </strong
><br>";
+ <?php echo "<
h2> Tags </h2
><br>";
$args = array(
"hide_empty"=>false
);