From 7745bbf8c839ad31fdb3806c0b6fcb7e7e2be620 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 28 Dec 2015 15:07:18 -0500 Subject: [PATCH] added strong tags to tag output --- views/product_detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/product_detail.php b/views/product_detail.php index c5f440d..22ad52b 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -14,7 +14,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);

Tags: '; $args = array( "hide_empty"=>false ); -- 2.17.1