Changeset 6527 for branches/2.3
- Timestamp:
- 12/29/07 19:38:47 (1 year ago)
- Files:
-
- branches/2.3/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/wp-mail.php
r6525 r6527 130 130 $content[1] ? $content = $content[1] : $content = $content[0]; 131 131 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 135 132 $content = trim($content); 136 133
