• Resolved Jesq

    (@jesq)


    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Yup, broken in 3.0.5!

    Can we hope for a fix or is there an alternate plugin?

    Broken for me as well.

    Plugin Author Yus

    (@iyus)

    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. ??

    Thread Starter Jesq

    (@jesq)

    Worked like a charm!! Thanks iyus!

    Worked for me too. Thank you so much!

    conwill

    (@conwill)

    Sorry, but I cannot find the code to replace. Where should I look for it?

    Plugin Author Yus

    (@iyus)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: @ Reply] Plugin Broken in 3.0.5’ is closed to new replies.