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