mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Clean up of notification code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@409 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
160ffbe519
commit
9d417f7937
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user