From 88824a5c59498f9c8a8e1d094908224294cf9621 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 22 Jun 2016 07:37:39 -0400 Subject: [PATCH] Remove debug remove one more print_r --- views/tour_detail.php | 1 - 1 file changed, 1 deletion(-) diff --git a/views/tour_detail.php b/views/tour_detail.php index 6e0c4eb..56db2eb 100644 --- a/views/tour_detail.php +++ b/views/tour_detail.php @@ -4,7 +4,6 @@ $args = array( 'hierarchical' => true, ); $relatives = wp_get_post_terms( $tour->ID, GLM_CUSTOM_CATEGORY_NAME, $args ); -echo '
$relatives: ' . print_r($relatives, true) . '
'; ?>
' . Products . ''." > "; ?> -- 2.17.1