Changeset 5089 for trunk/wp-comments-post.php
- Timestamp:
- 03/23/2007 02:05:29 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r5087 r5089 55 55 $commentdata = compact('comment_post_ID', 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content', 'comment_type', 'user_ID'); 56 56 57 $comment_id = (int)wp_new_comment( $commentdata );57 $comment_id = wp_new_comment( $commentdata ); 58 58 59 59 $comment = get_comment($comment_id);
Note: See TracChangeset
for help on using the changeset viewer.