Changeset 409
- Timestamp:
- 10/03/2003 11:04:54 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2trackback.php
r408 r409 77 77 if ($comments_notify && '' != $authordata->user_email) { 78 78 79 $notify_message = "New trackback on your post #$comment_post_ID .\r\n\r\n";79 $notify_message = "New trackback on your post #$comment_post_ID \"".stripslashes($postdata['Title'])."\"\r\n\r\n"; 80 80 $notify_message .= "Website: $comment_author (IP: $user_ip , $user_domain)\r\n"; 81 81 $notify_message .= "URI : $comment_author_url\r\n";
Note: See TracChangeset
for help on using the changeset viewer.