function trigger_comment_delete
Implements hook_comment_delete().
File
-
modules/
trigger/ trigger.module, line 397
Code
function trigger_comment_delete($comment) {
_trigger_comment($comment, 'comment_delete');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.