You are here

function signature_forum_comment_delete in Signatures for Forums 7

Implementation of hook_comment_delete().

File

./signature_forum.module, line 908
Tweaks signatures in ways inspired by other traditional forum software:

Code

function signature_forum_comment_delete($comment) {
  _signature_forum_object_delete('comment', $comment);
}