Ticket #9913: 9913.4.diff
File 9913.4.diff, 605 bytes (added by , 16 years ago) |
---|
-
wp-includes/pluggable.php
337 337 } 338 338 } 339 339 340 if ( !isset( $content_type ) || $content_type = 'text/plain' ) { 341 // Ensure we don't send encoded quotes in plain text emails 342 $subject = html_entity_decode( $subject, ENT_QUOTES, 'UTF-8' ); 343 $message = html_entity_decode( $message, ENT_QUOTES, 'UTF-8' ); 344 } 345 340 346 // Empty out the values that may be set 341 347 $phpmailer->ClearAddresses(); 342 348 $phpmailer->ClearAllRecipients();