mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
Issue: Apostrophe appears as \' in Mail appears from name
Link: https://secure.helpscout.net/conversation/897757075/31945?folderId=1405025
This commit is contained in:
@@ -406,7 +406,7 @@ if ( ! class_exists( 'um\core\Mail' ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->attachments = null;
|
$this->attachments = null;
|
||||||
$this->headers = 'From: '. UM()->options()->get('mail_from') .' <'. UM()->options()->get('mail_from_addr') .'>' . "\r\n";
|
$this->headers = 'From: '. stripslashes( UM()->options()->get('mail_from') ) .' <'. UM()->options()->get('mail_from_addr') .'>' . "\r\n";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* UM hook
|
* UM hook
|
||||||
|
|||||||
Reference in New Issue
Block a user