Changeset 2690292
- Timestamp:
- 03/07/2022 06:22:06 PM (4 years ago)
- Location:
- wp-mailing-group/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
template/mg_mailinggroupadd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-mailing-group/trunk/readme.txt
r2683517 r2690292 7 7 Requires PHP: 5.2.4 8 8 Tested up to PHP: 8.0 9 Stable tag: 2.0. 29 Stable tag: 2.0.3 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 133 133 == Changelog == 134 134 135 =2.0.3 = 136 *Added some help text. 137 135 138 =2.0.2 = 136 137 139 *Compatible to PHP 8. 138 140 -
wp-mailing-group/trunk/template/mg_mailinggroupadd.php
r2464851 r2690292 346 346 <input type="radio" id="mail_type_smtp" class="mail_type" name="mail_type" <?php if($mail_type == 'smtp'){ echo 'checked'; } ?> value="smtp"/><p class="innn"> <?php _e("SMTP Mail", 'mailing-group-module'); ?> </p> 347 347 <input type="radio" class="mail_type" name="mail_type" <?php if($mail_type == 'php'){ echo 'checked'; } ?> value="php"/><p class="innn"> <?php _e("PHP Mail", 'mailing-group-module'); ?> </p> 348 <p class="noteclass"><?php _e("-If not sure what to choose, select PHP Mail. To test outgoing email settings, save mailing group settings and go to Troubleshooting tab on left sidebar.",'mailing-group-module');?>348 <p class="noteclass"><?php _e("-If not sure what to choose, select WP Mail. To test outgoing email settings, save mailing group settings and go to Troubleshooting tab on left sidebar.",'mailing-group-module');?> 349 349 <p class="innn" style="clear: both;"> 350 350 <a href="<?php echo admin_url('admin.php?page=wpmg_mailinggroup_testmail'); ?>" target="_blank">
Note: See TracChangeset
for help on using the changeset viewer.