diff --git a/wp-mail.php b/wp-mail.php index def4fe6c5b..c78ff97eba 100644 --- a/wp-mail.php +++ b/wp-mail.php @@ -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);