function forum_comment_delete
Same name in other branches
- 9 core/modules/forum/forum.module \forum_comment_delete()
- 8.9.x core/modules/forum/forum.module \forum_comment_delete()
- 10 core/modules/forum/forum.module \forum_comment_delete()
- 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.