Typo fix. Props josephscott. see #7446

git-svn-id: http://svn.automattic.com/wordpress/trunk@8698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-08-21 05:19:16 +00:00
parent 39e0608b33
commit 24b304fbaa
1 changed files with 1 additions and 1 deletions

View File

@ -878,7 +878,7 @@ class wp_xmlrpc_server extends IXR_Server {
"link" => $link,
"post_id" => $comment->comment_post_ID,
"post_title" => get_the_title($comment->comment_post_ID),
"author" => $author->comment_author,
"author" => $comment->comment_author,
"author_url" => $comment->comment_author_url,
"author_email" => $comment->comment_author_email,
"author_ip" => $comment->comment_author_IP,