diff --git a/includes/wc-template-functions.php b/includes/wc-template-functions.php index 883a7b020ac..baf95a22b11 100644 --- a/includes/wc-template-functions.php +++ b/includes/wc-template-functions.php @@ -2690,7 +2690,7 @@ if ( ! function_exists( 'woocommerce_form_field' ) ) { } elseif ( ! is_null( $for_country ) && is_array( $states ) ) { - $field .= ' '; foreach ( $states as $ckey => $cvalue ) {