我看过很多帖子,解释了如何在这个链接中添加一个类,但它们似乎与我想要完成的内容无关。以下是呈现链接的PHP代码......
comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth'])));
输出看起来像这样...
[a class="comment-reply-link" href="http://mysite/post-name-sug/?replytocom=23#respond" onclick="return addComment.moveForm( "comment-23", "23", "respond", "229" )"] Reply [/a]
我想要实现的是在关闭onclick语句的引用之前添加一些文本。
onclick="return addComment.moveForm( "comment-23", "23", "respond", "229" ) **myFunction**"