From 028cd5167c7ca793ea790a0d55a2da7f0aee08ea Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 30 Dec 2015 16:22:01 -0500 Subject: [PATCH] added id to h2 title tag --- 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 cc662fb..540a936 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -38,7 +38,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);