Make WordPress Core


Ignore:
Timestamp:
03/23/2007 02:05:29 AM (19 years ago)
Author:
matt
Message:

Ryan slays the dragon. (Some of these return WP_Error objects.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment.php

    r5087 r5089  
    393393    $commentdata['comment_approved'] = wp_allow_comment($commentdata);
    394394
    395     $comment_ID = (int) wp_insert_comment($commentdata);
     395    $comment_ID = wp_insert_comment($commentdata);
    396396
    397397    do_action('comment_post', $comment_ID, $commentdata['comment_approved']);
Note: See TracChangeset for help on using the changeset viewer.