Changeset 357 for trunk/b2comments.post.php
- Timestamp:
- 09/03/2003 05:45:45 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/b2comments.post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2comments.post.php
r353 r357 108 108 $from = "From: \"$comment_author\" <$comment_author_email>\r\n"; 109 109 } else { 110 $from = 'From: "' . stripslashes($ blogname) . "\" <$authordata->user_email>\r\n";110 $from = 'From: "' . stripslashes($comment_author) . "\" <$authordata->user_email>\r\n"; 111 111 } 112 112 $from .= "X-Mailer: WordPress $b2_version with PHP/" . phpversion();
Note: See TracChangeset
for help on using the changeset viewer.