diff --git a/wp-mail.php b/wp-mail.php index 6ec13abef0..9e767fb3b0 100644 --- a/wp-mail.php +++ b/wp-mail.php @@ -152,9 +152,6 @@ for ($i=1; $i <= $count; $i++) : $content = explode($phone_delim, $content); $content[1] ? $content = $content[1] : $content = $content[0]; - echo "

Content-type: $content_type, Content-Transfer-Encoding: $content_transfer_encoding, boundary: $boundary

\n"; - echo "

Raw content:

".$content.'

'; - $content = trim($content); $post_content = apply_filters('phone_content', $content);