Update 1.0.69

This commit is contained in:
ultimatemember
2015-03-01 00:44:04 +02:00
parent 34d7192436
commit 6d4ff64995
29 changed files with 511 additions and 37 deletions
+8
View File
@@ -392,6 +392,14 @@ $this->sections[] = array(
'default' => get_bloginfo('admin_email'),
),
array(
'id' => 'email_html',
'type' => 'switch',
'title' => __( 'Use HTML for E-mails?','ultimatemember' ),
'default' => 0,
'desc' => __('If you enable HTML for e-mails, you can customize the HTML e-mail templates found in <strong>templates/email</strong> folder.','ultimatemember'),
),
array(
'id' => 'welcome_email_on',
'type' => 'switch',