Make WordPress Core

Changeset 1718


Ignore:
Timestamp:
09/27/2004 12:42:36 PM (20 years ago)
Author:
michelvaldrighi
Message:

ok, I can't believe I forgot to add that in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r1706 r1718  
    12531253        $commentdata = compact('comment_post_ID', 'comment_author', 'comment_author_url', 'comment_content', 'comment_type');
    12541254
     1255        wp_new_comment($commentdata);
     1256
    12551257        $comment_ID = $wpdb->insert_id;
    12561258
Note: See TracChangeset for help on using the changeset viewer.