Don't echo content. Props xknown.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-12-29 19:38:33 +00:00
parent baf6e7b6ae
commit eabc128c41

View File

@ -152,9 +152,6 @@ for ($i=1; $i <= $count; $i++) :
$content = explode($phone_delim, $content);
$content[1] ? $content = $content[1] : $content = $content[0];
echo "<p><b>Content-type:</b> $content_type, <b>Content-Transfer-Encoding:</b> $content_transfer_encoding, <b>boundary:</b> $boundary</p>\n";
echo "<p><b>Raw content:</b><br /><pre>".$content.'</pre></p>';
$content = trim($content);
$post_content = apply_filters('phone_content', $content);