• Resolved tizz

    (@tizz)


    I don’t want to make an “up”, only give a proper title to the post.
    In the note’s pop-up window over the text entities are visible.
    Version 3.3 and 4.1 works well to me, but with 4.0 and 4.2 I had that problem.
    When changing versions, it’s better to overwrite or erase before install?
    If it’s not an incompatibility with 3.0.1 (to me, was the same with 2.9), what could it be?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tizz

    (@tizz)

    If you want something done, do it yourself.
    I’ve found the solution by myself, and I post it here, maybe it’s useful for someone.
    In the plugin editor, go to footnotes.php., and make the file writable only for this moment.
    Find the line:

    $id_title = str_replace(‘”‘, “"”, htmlentities(strip_tags($value[‘text’]), ENT_QUOTES, ‘UTF-8’));

    And write “false” at the end:

    $id_title = str_replace(‘”‘, “"”, htmlentities(strip_tags($value[‘text’]), ENT_QUOTES, ‘UTF-8’, false));

    So, the error is fixed.

    Plugin Author drzax

    (@drzax)

    Yep, that’ll do it.

    Unfortunately, this only works for users running PHP 5. (That’s why its not like that by default).

    Thread Starter tizz

    (@tizz)

    Ah OK, that makes sense.
    The important thing is to know it, thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Footnotes] Entities are visible in WP-footnotes 4.2’ is closed to new replies.