From 24b304fbaa9f038edede4fd0d3048f5d4e2ab235 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 21 Aug 2008 05:19:16 +0000 Subject: [PATCH] Typo fix. Props josephscott. see #7446 git-svn-id: http://svn.automattic.com/wordpress/trunk@8698 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- xmlrpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlrpc.php b/xmlrpc.php index 89a68b5d60..e8514f844d 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -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,