Changeset 10465 for trunk/wp-includes/comment.php
- Timestamp:
- 01/29/2009 10:22:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r10453 r10465 889 889 wp_update_comment_count($comment_post_ID); 890 890 891 $comment = get_comment($id); 892 do_action('wp_insert_comment', $id, $comment); 893 891 894 return $id; 892 895 }
Note: See TracChangeset
for help on using the changeset viewer.