Changeset 6526

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

Don't echo content. Props xknown.

Files:

Legend:

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

    r6524 r6526  
    153153    $content[1] ? $content = $content[1] : $content = $content[0]; 
    154154 
    155     echo "<p><b>Content-type:</b> $content_type, <b>Content-Transfer-Encoding:</b> $content_transfer_encoding, <b>boundary:</b> $boundary</p>\n"; 
    156     echo "<p><b>Raw content:</b><br /><pre>".$content.'</pre></p>'; 
    157  
    158155    $content = trim($content); 
    159156