comment_save_action
- Versions
- 7
comment_save_action($comment)
Action to save a comment.
Code
modules/comment/comment.module, line 2412
<?php
function comment_save_action($comment) {
comment_save($comment);
watchdog('action', 'Saved comment %title', array('%title' => $comment->subject));
}
?>Login or register to post comments 