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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.