Fixed error with comments link in email

git-svn-id: https://develop.svn.wordpress.org/trunk@250 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-07-08 22:35:27 +00:00
parent b25f660d2c
commit 44088c2167
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ if ($ok) {
$notify_message .= "Whois : http://ws.arin.net/cgi-bin/whois.pl?queryinput=$user_ip\r\n";
$notify_message .= "Comment: \n".stripslashes($original_comment)."\r\n\r\n";
$notify_message .= "You can see all comments on this post here: \r\n";
$notify_message .= "$siteurl/?p=$comment_post_ID&c=1";
$notify_message .= $siteurl.'/'.$blogfilename.$querystring_start.'p'.$querystring_equal.$id.$querystring_separator.'c'.$querystring_equal.'1#comments';
$postdata = get_postdata($comment_post_ID);
$authordata = get_userdata($postdata['Author_ID']);