added strong tags to tag output
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 20:07:18 +0000 (15:07 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 20:07:18 +0000 (15:07 -0500)
views/product_detail.php

index c5f440d..22ad52b 100644 (file)
@@ -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
 );