From: Anthony Talarico Date: Tue, 22 Dec 2015 18:36:28 +0000 (-0500) Subject: removed var dump X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e617d02824310755eba026154c06e70d904894f3;p=WP-Plugins%2Fmichsci-products.git removed var dump --- 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 . "" . " > "; } ?>