mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 06:03:38 +09:00
- removed legacy.js from pickadate;
- fixed wp_mail attachments;
This commit is contained in:
@@ -405,7 +405,7 @@ if ( ! class_exists( 'um\core\Mail' ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$this->attachments = null;
|
||||
$this->attachments = array();
|
||||
$this->headers = 'From: '. stripslashes( UM()->options()->get('mail_from') ) .' <'. UM()->options()->get('mail_from_addr') .'>' . "\r\n";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user