Changeset 6526 for trunk/wp-mail.php
- Timestamp:
- 12/29/2007 07:38:33 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-mail.php
r6524 r6526 153 153 $content[1] ? $content = $content[1] : $content = $content[0]; 154 154 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 158 155 $content = trim($content); 159 156
Note: See TracChangeset
for help on using the changeset viewer.