From 3a37d5298aae34bed8ddedb1a0c880a656cfd4a3 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 3 Oct 2003 23:04:54 +0000 Subject: [PATCH] Clean up of notification code. git-svn-id: https://develop.svn.wordpress.org/trunk@409 602fd350-edb4-49c9-b593-d223f7449a82 --- b2trackback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2trackback.php b/b2trackback.php index dc700161b0..df942ecd79 100644 --- a/b2trackback.php +++ b/b2trackback.php @@ -76,7 +76,7 @@ if ((strlen(''.$tb_id)) && (empty($HTTP_GET_VARS['__mode'])) && (strlen(''.$tb_u $authordata = get_userdata($postdata["Author_ID"]); if ($comments_notify && '' != $authordata->user_email) { - $notify_message = "New trackback on your post #$comment_post_ID.\r\n\r\n"; + $notify_message = "New trackback on your post #$comment_post_ID \"".stripslashes($postdata['Title'])."\"\r\n\r\n"; $notify_message .= "Website: $comment_author (IP: $user_ip , $user_domain)\r\n"; $notify_message .= "URI : $comment_author_url\r\n"; $notify_message .= "Excerpt: \n".stripslashes($original_comment)."\r\n\r\n";