function trigger_comment_insert

Implements hook_comment_insert().

File

modules/trigger/trigger.module, line 383

Code

function trigger_comment_insert($comment) {
    _trigger_comment($comment, 'comment_insert');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.