This patch adds a "delete" link when a user is authorized to delete a comment. Only problem is that the link is displayed *last*, not first. That's because hook_link() does not support link weights, and comment_delete.module is called after comment.module. One way would be to adjust comment_delete.module's weight. Also check out this discussion about ordering links: http://drupal.org/node/44435

CommentFileSizeAuthor
comment_delete-link.patch1.3 KBinfojunkie

Comments

bobooon’s picture

Status: Needs review » Closed (fixed)

Thanks kratib. This will be placed into the next release.