Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter archedimes

    (@archedimes)

    I fixed the problem – just add stripslashes() to the content echo:
    HeadNfootActionsController.php lines 36,63
    change
    echo $data['footer'];
    to
    echo stripslashes($data['footer']);

    Plugin Author DCoda

    (@dcoda)

    Thanks for the heads up. I slipped past the testing.
    This fix will be added to the next version.

    Thread Starter archedimes

    (@archedimes)

    I just installed the upgrade and I saw that you did add it, unfortunately there was one you missed: in wp_footerAction which is at the bottom of that same file. Thanks for keeping it updated, and thanks for a great plugin – simple and does exactly what I need!

    Plugin Author DCoda

    (@dcoda)

    Doh.
    I think the last release should be the one.

    Thanks

    Thread Starter archedimes

    (@archedimes)

    wow that update came a lot quicker than I expected, thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: HeadNFoot] Extra escape characters’ is closed to new replies.