Please offer a way for contrib module to add/remove/modify append links to comments.

In my case I need to ucfirst() all the links:
reply --> Reply
edit --> Edit
delete --> Delete

I've been able to get there via module_invoke_all('comment_view', $comment, $view_mode, $langcode); but I think it would more convenient for developers to offer a way for altering the links

Comments

Status: Active » Closed (outdated)

Automatically closed because Drupal 7 security and bugfix support has ended as of 5 January 2025. If the issue verifiably applies to later versions, please reopen with details and update the version.