Chris@0: /** Chris@0: * Implements hook_comment_delete(). Chris@0: */ Chris@0: function {{ machine_name }}_comment_delete($comment) { Chris@0: drupal_set_message(t('Comment: @subject has been deleted', array('@subject' => $comment->subject))); Chris@0: }