Make WordPress Core

Changeset 10044


Ignore:
Timestamp:
12/04/2008 08:31:40 PM (16 years ago)
Author:
westi
Message:

Add the comment type to the data wp.getComment returns. Fixes #8486 props josephscott.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r9798 r10044  
    10621062            "author_email"          => $comment->comment_author_email,
    10631063            "author_ip"             => $comment->comment_author_IP,
     1064            "type"                  => $comment->comment_type,
    10641065        );
    10651066
Note: See TracChangeset for help on using the changeset viewer.