function tracker_comment_unpublish

Implements hook_comment_unpublish().

File

drupal/core/modules/tracker/tracker.module, line 252
Tracks recent content posted by a user or users.

Code

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