From eabc128c415608ca22e70147e5572854a74ad4a5 Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 29 Dec 2007 19:38:33 +0000 Subject: [PATCH] Don't echo content. Props xknown. git-svn-id: http://svn.automattic.com/wordpress/trunk@6526 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-mail.php | 3 --- 1 file changed, 3 deletions(-) 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);