function tracker_comment_unpublish

Implements hook_comment_unpublish().

File

modules/tracker/tracker.module, line 229

Code

function tracker_comment_unpublish($comment) {
    _tracker_remove($comment->nid, $comment->uid, $comment->changed);
}

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