diff --git a/inc/woocommerce.php b/inc/woocommerce.php index f3ff1ae9..4117136c 100644 --- a/inc/woocommerce.php +++ b/inc/woocommerce.php @@ -176,7 +176,7 @@ if ( ! function_exists( 'understrap_wc_form_field_radio' ) ) { * Adjust the WooCommerce checkout/address radio fields to match the look of * Bootstrap radio fields. * - * Wraps the radio field(s) in a `.from-check`. + * Wraps each radio field (``+`' ); + $field = substr_replace( $field, '', $strpos, strlen( '' ) ); + } return $field; }