From: Anthony Talarico Date: Mon, 28 Dec 2015 21:34:56 +0000 (-0500) Subject: adjusting output for related products X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4312c532a9381e6fe86a94fb9c7edec0332eac08;p=WP-Plugins%2Fmichsci-products.git adjusting output for related products --- diff --git a/views/product_detail.php b/views/product_detail.php index 4eaf5ee..a6853df 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -35,7 +35,7 @@ foreach ($tags as $tag){ ?> // } $key_value = get_post_custom_values('miproduct_related_products', $product->ID); foreach($key_value as $key=>$value){ - echo "Related Products: " . $value . " "; + echo 'Related Products: ' . '' . $value . ''; } ?>