PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.0
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
← All changes | includes/elementor/modules/checkout/fields/radio.php +1 -1 1.5.82.7.0 View file →
@@ -71,9 +71,9 @@
71 71
72 72 $unique_id = $key . '-' . $i;
73 73 ?>
74 74 <div class="<?php echo esc_attr( $this->wrapper_class( $args ) ); ?>">
75 - <input id="<?php echo esc_attr( $unique_id ); ?>" type="radio" value="<?php echo esc_attr( $value ); ?>" <?php echo $checked; ?> name="<?php echo esc_attr( $key ); ?>">
75 + <input id="<?php echo esc_attr( $unique_id ); ?>" type="radio" value="<?php echo esc_attr( $value ); ?>" <?php echo esc_attr( $checked ); ?> name="<?php echo esc_attr( $key ); ?>">
76 76 <label for="<?php echo esc_attr( $unique_id ); ?>"><?php echo esc_html( $label ); ?></label>
77 77 </div>
78 78 <?php
79 79