我正在使用评论回复脚本在回复特定评论时将评论表单移动到线程下。注释表单以以下主题显示:
<?php comment_form(); ?>
注释表单输出:
<div id="respond" class="comment-respond">
我只想在div中添加一个类,当它是回复而不是新评论时。因此,单击“回复”后,它将更改为:
<div id="respond" class="comment-respond reply-to-comment">
现在,当点击回复按钮,表单在注释下移动时,我没有看到任何代码发生变化。