function trigger_comment_view

7.x trigger.module trigger_comment_view($comment)

Implements hook_comment_view().

File

drupal-7.x/modules/trigger/trigger.module, line 404
Enables functions to be stored and executed at a later time.

Code

function trigger_comment_view($comment) {
  _trigger_comment($comment, 'comment_view');
}