Plugin update from Skippy, fixes #2251
git-svn-id: http://svn.automattic.com/wordpress/trunk@3447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
78d25a023b
commit
a3b3902c53
|
@ -645,7 +645,7 @@ class wpdbBackup {
|
|||
// Add a multipart boundary above the plain message
|
||||
$message = "This is a multi-part message in MIME format.\n\n" .
|
||||
"--{$boundary}\n" .
|
||||
"Content-Type: text/plain; charset=\"iso-8859-1\"\n" .
|
||||
"Content-Type: text/plain; charset=\"utf-8\"\n" .
|
||||
"Content-Transfer-Encoding: 7bit\n\n" .
|
||||
$message . "\n\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue