mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 15:14:37 +00:00
Skip deprecated option replacement in wp-mail.php. props Nazgul. fixes #4924
git-svn-id: https://develop.svn.wordpress.org/trunk@6056 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -108,7 +108,7 @@ for ($i=1; $i <= $count; $i++) :
|
||||
}
|
||||
endforeach;
|
||||
|
||||
$subject = trim(str_replace(get_option('subjectprefix'), '', $subject));
|
||||
$subject = trim($subject);
|
||||
|
||||
if ($content_type == 'multipart/alternative') {
|
||||
$content = explode('--'.$boundary, $content);
|
||||
|
||||
Reference in New Issue
Block a user