Ticket #10862: wp-mail-charset-fix.diff
| File wp-mail-charset-fix.diff, 425 bytes (added by , 17 years ago) |
|---|
-
wp-includes/class-phpmailer.php
47 47 * Sets the CharSet of the message. 48 48 * @var string 49 49 */ 50 var $CharSet = ' iso-8859-1';50 var $CharSet = 'UTF-8'; 51 51 52 52 /** 53 53 * Sets the Content-type of the message.