function tracker_comment_unpublish in Drupal 7
Implements hook_comment_unpublish().
File
- modules/
tracker/ tracker.module, line 229 - Tracks recent content posted by a user or users.
Code
function tracker_comment_unpublish($comment) {
_tracker_remove($comment->nid, $comment->uid, $comment->changed);
}