Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author edwinkwan

    (@edwinkwan)

    Hi Mkassowitz,

    I’ll look into this for the next release.

    Cheers

    I’m having the same issue. I work with people that need links included in their author bios and the plugin is adding the escape slashes, but not stripping them back out when displayed.

    I’ll look into the code later today myself to see if I can resolve this.

    Not a perfect fix, but adding stripslashes at line 108 in display_about_author.php fixed it for me.

    return stripslashes(caa_get_author_bio_html($author));

    Thread Starter mkassowitz

    (@mkassowitz)

    Jerry,

    What version of the plugin are you looking at? Closest match the filename I see is display-about-author-block.php, but there’s no corresponding line 108…

    I’m having this same problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Apostrophe-Slash Issue’ is closed to new replies.