Make WordPress Core

Changeset 409


Ignore:
Timestamp:
10/03/2003 11:04:54 PM (22 years ago)
Author:
saxmatt
Message:

Clean up of notification code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2trackback.php

    r408 r409  
    7777        if ($comments_notify && '' != $authordata->user_email) {
    7878
    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";
    8080            $notify_message .= "Website: $comment_author (IP: $user_ip , $user_domain)\r\n";
    8181            $notify_message .= "URI    : $comment_author_url\r\n";
Note: See TracChangeset for help on using the changeset viewer.