CommentReplyToLink
Produces the "Reply" link for the current comment in context.
By default,
this relies on using the MT "Javascript" default template,
which supplies the mtReplyCommentOnClick
function.
Attributes:
- label or text (optional)
A custom phrase for the link (default is "Reply").
- onclick (optional)
Custom JavaScript code for the onclick attribute. By default, this value is "mtReplyCommentOnClick(%d, '%s')" (note that %d is replaced with the comment ID; %s is replaced with the name of the commenter).