Changeset 12300 for trunk/wp-comments-post.php
- Timestamp:
- 12/01/2009 02:06:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r12284 r12300 76 76 $comment_parent = isset($_POST['comment_parent']) ? absint($_POST['comment_parent']) : 0; 77 77 78 $commentdata = compact('comment_post_ID', 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content', 'comment_type', 'comment_parent', 'user_ id');78 $commentdata = compact('comment_post_ID', 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content', 'comment_type', 'comment_parent', 'user_ID'); 79 79 80 80 $comment_id = wp_new_comment( $commentdata );
Note: See TracChangeset
for help on using the changeset viewer.