On this page
function tracker_comment_unpublish
tracker_comment_unpublish($comment)
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);
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!tracker!tracker.module/function/tracker_comment_unpublish/7.x