From e617d02824310755eba026154c06e70d904894f3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 22 Dec 2015 13:36:28 -0500 Subject: [PATCH] removed var dump --- views/product_detail.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/product_detail.php b/views/product_detail.php index adc5fa3..7d8f2af 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -5,8 +5,7 @@ $args = array( ); $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); -//$relatives = array_reverse($array); -print_r($relatives);?> +?> " . $relative->name . "" . " > "; } ?> -- 2.17.1