Typo fix. Props josephscott. see #7446
git-svn-id: https://develop.svn.wordpress.org/trunk@8698 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
349d288c48
commit
fd48e36227
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user