Don't echo content. Props xknown.

git-svn-id: http://svn.automattic.com/wordpress/branches/2.3@6527 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-12-29 19:38:47 +00:00
parent d18aa351d1
commit 57c41f52a0
1 changed files with 0 additions and 3 deletions

View File

@ -129,9 +129,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);