function forum_comment_delete

Same name in other branches
  1. 9 core/modules/forum/forum.module \forum_comment_delete()
  2. 8.9.x core/modules/forum/forum.module \forum_comment_delete()
  3. 10 core/modules/forum/forum.module \forum_comment_delete()
  4. 11.x core/modules/forum/forum.module \forum_comment_delete()

Implements hook_comment_delete().

File

modules/forum/forum.module, line 520

Code

function forum_comment_delete($comment) {
    _forum_update_forum_index($comment->nid);
}

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