Make WordPress Core

Changeset 8698 for trunk/xmlrpc.php


Ignore:
Timestamp:
08/21/2008 05:19:16 AM (17 years ago)
Author:
ryan
Message:

Typo fix. Props josephscott. see #7446

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r8600 r8698  
    879879            "post_id"               => $comment->comment_post_ID,
    880880            "post_title"            => get_the_title($comment->comment_post_ID),
    881             "author"                => $author->comment_author,
     881            "author"                => $comment->comment_author,
    882882            "author_url"            => $comment->comment_author_url,
    883883            "author_email"          => $comment->comment_author_email,
Note: See TracChangeset for help on using the changeset viewer.