From 7a5d4caa0b7612e2e239caec3ac635740beb4fd2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 30 Dec 2015 11:58:49 -0500 Subject: [PATCH] adjusted tag text for breadcrumbs --- 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 10f54d1..a7a63de 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -7,7 +7,7 @@ $args = array( $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); ?>
- ' . Product . ''." > "; ?> + ' . Products . ''." > "; ?> term_id . '" >' . $relative->name . "" . " > "; } ?> -- 2.17.1