diff --git a/includes/wc-template-functions.php b/includes/wc-template-functions.php index 82849c2b46c..827a2261398 100644 --- a/includes/wc-template-functions.php +++ b/includes/wc-template-functions.php @@ -910,9 +910,9 @@ if ( ! function_exists( 'woocommerce_content' ) ) { - + ' . get_the_title() . ''; + echo '

' . get_the_title() . '

'; // @codingStandardsIgnoreLine. } } if ( ! function_exists( 'woocommerce_template_loop_category_title' ) ) { @@ -2651,7 +2651,7 @@ if ( ! function_exists( 'woocommerce_form_field' ) ) { } elseif ( ! is_null( $for_country ) && is_array( $states ) ) { - $field .= ' '; foreach ( $states as $ckey => $cvalue ) {