Changeset 6527

Show
Ignore:
Timestamp:
12/29/07 19:38:47 (8 months ago)
Author:
ryan
Message:

Don't echo content. Props xknown.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/wp-mail.php

    r6525 r6527  
    130130    $content[1] ? $content = $content[1] : $content = $content[0]; 
    131131 
    132     echo "<p><b>Content-type:</b> $content_type, <b>Content-Transfer-Encoding:</b> $content_transfer_encoding, <b>boundary:</b> $boundary</p>\n"; 
    133     echo "<p><b>Raw content:</b><br /><pre>".$content.'</pre></p>'; 
    134  
    135132    $content = trim($content); 
    136133