Ticket #18064: comment-insert.diff
File comment-insert.diff, 437 bytes (added by , 13 years ago) |
---|
-
wp-includes/comment.php
1244 1244 $comment = get_comment($id); 1245 1245 do_action('wp_insert_comment', $id, $comment); 1246 1246 1247 // Allow hooking for specific comment types. 1248 do_action('wp_insert_comment_type_'.$comment->comment_type, $id, $comment); 1249 1247 1250 return $id; 1248 1251 } 1249 1252