From bee51869ea30c3e4efc41f8ed853068de5535cb9 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 29 Dec 2007 19:38:33 +0000 Subject: [PATCH] Don't echo content. Props xknown. git-svn-id: https://develop.svn.wordpress.org/trunk@6526 602fd350-edb4-49c9-b593-d223f7449a82 --- 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);