From 8adfe15d8f4e3cb38a6d0101d76c9938428771f9 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Fri, 4 Nov 2016 17:37:54 -0200 Subject: [PATCH] Removed extra quote from variations attribute dropdown, closes #12251 --- includes/wc-template-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/wc-template-functions.php b/includes/wc-template-functions.php index d3f462d3a4c..f0110131580 100644 --- a/includes/wc-template-functions.php +++ b/includes/wc-template-functions.php @@ -2148,7 +2148,7 @@ if ( ! function_exists( 'wc_dropdown_variation_attribute_options' ) ) { $options = $attributes[ $attribute ]; } - $html = ''; if ( $show_option_none ) { $html .= '';