function tracker_comment_unpublish

Implements hook_comment_unpublish().

Archivo

drupal-7.x/modules/tracker/tracker.module, line 229
Tracks recent content posted by a user or users.

Código

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