Changeset 5089 for trunk/wp-includes/comment.php
- Timestamp:
- 03/23/2007 02:05:29 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r5087 r5089 393 393 $commentdata['comment_approved'] = wp_allow_comment($commentdata); 394 394 395 $comment_ID = (int)wp_insert_comment($commentdata);395 $comment_ID = wp_insert_comment($commentdata); 396 396 397 397 do_action('comment_post', $comment_ID, $commentdata['comment_approved']);
Note: See TracChangeset
for help on using the changeset viewer.