Changeset 2346728
- Timestamp:
- 07/26/2020 11:58:32 AM (6 years ago)
- Location:
- infinitycrowds/trunk
- Files:
-
- 2 edited
-
includes/CheckoutExt.php (modified) (1 diff)
-
infcrwds.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infinitycrowds/trunk/includes/CheckoutExt.php
r2344997 r2346728 23 23 } 24 24 function add_concent_marketing_checkbox() { 25 $txt = substr( get_bloginfo('language'), 0, 2) == 'he' ? ' אני מסכים לקבל דילים מיוחדים והודעות אסאמאס או אימייל' : 'Sign up for exclusive offers and news via text messages & email.';25 $txt = substr( get_bloginfo('language'), 0, 2) == 'he' ? 'מאשר קבלת דיוור, דילים והנחות במייל ובמסרונים' : 'Sign up for exclusive offers and news via text messages & email.'; 26 26 echo '<p class="form-row terms"> <input type="checkbox" class="input-checkbox" name="accept_marketing" id="accept_marketing" checked /> <label for="accept_marketing" class="checkbox" style="display: inline;">'. $txt .'</label> </p>'; 27 27 } -
infinitycrowds/trunk/infcrwds.php
r2344997 r2346728 14 14 * Plugin URI: https://infinitycrowd.io 15 15 * Description: One Click Upsell And Offer Network 16 * Version: 1.0.14 016 * Version: 1.0.141 17 17 * Author: Infinitycrowds 18 18 * Author URI: https://infinitycrowd.io … … 119 119 120 120 function define_plugin_properties() { 121 define( 'INFCWDS_VERSION', '1.0.14 0' );121 define( 'INFCWDS_VERSION', '1.0.141' ); 122 122 define( 'INFCWDS_MIN_WC_VERSION', '3.0.0' ); 123 123 define( 'INFCWDS_MIN_WP_VERSION', '4.9' );
Note: See TracChangeset
for help on using the changeset viewer.