From 9a37a01bc9d7c7b59388dfcc93de44e1eec15765 Mon Sep 17 00:00:00 2001 From: Tiago Noronha Date: Fri, 10 May 2013 11:37:55 +0100 Subject: [PATCH] Prevents 'undifined' from showing up in Lightbox --- templates/single-product-reviews.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/single-product-reviews.php b/templates/single-product-reviews.php index 70afec59271..36c103e1e00 100644 --- a/templates/single-product-reviews.php +++ b/templates/single-product-reviews.php @@ -68,7 +68,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly $title_reply = __( 'Be the first to review', 'woocommerce' ).' “'.$post->post_title.'”'; - echo '

'.__( 'There are no reviews yet, would you like to submit yours?', 'woocommerce' ).'

'; + echo '

'.__( 'There are no reviews yet, would you like to submit yours?', 'woocommerce' ).'

'; endif;