- removed legacy.js from pickadate;

- fixed wp_mail attachments;
This commit is contained in:
nikitasinelnikov
2020-09-21 12:10:29 +03:00
parent 707bcc60e3
commit da50a79a92
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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";
/**