After I updated to the latest version of WP, the "Reply" link began just showing up as additional text at the end of the comment.
After I updated to the latest version of WP, the "Reply" link began just showing up as additional text at the end of the comment.
Yup, broken in 3.0.5!
Can we hope for a fix or is there an alternate plugin?
Broken for me as well.
This should be fixed in the newest version, if you want to do it manually, just replace:
add_filter('get_comment_text', 'yus_reply_arr');
with:
add_filter('comment_text', 'yus_reply_arr');
Thanks for letting me know. :)
Worked like a charm!! Thanks iyus!
Worked for me too. Thank you so much!
Sorry, but I cannot find the code to replace. Where should I look for it?
You don't have to do this if you're using the latest version of the plugin (3.0.5).
Otherwise, it's in at-reply.php.
This topic has been closed to new replies.