PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.2.6
ShopBuilder – WooCommerce Builder For Elementor v3.2.6
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Modules/VariationGallery/GalleryAdmin.php +1 -1 3.2.53.2.6 View file →
@@ -58,9 +58,9 @@
58 58 <p>
59 59 <label for="custom_checkbox">
60 60 <input type="checkbox" id="rtsb_vg_disable_valiation_gallery" name="rtsb_vg_disable_valiation_gallery" value="yes" <?php checked( $value, 'yes' ); ?> />
61 61 <?php esc_html_e( 'Disable Variation Gallery', 'shopbuilder' ); ?>
62 - </label><br/>
62 + </label><hr/>
63 63 <span><?php esc_html_e( 'Disable variation gallery for this product', 'shopbuilder' ); ?> </span>
64 64 </p>
65 65 <?php
66 66 }