Changeset 12267 for trunk/wp-comments-post.php
- Timestamp:
- 11/23/2009 09:04:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r12148 r12267 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.