Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Stursberg

    (@thesturs)

    I will look into this

    Plugin Author Michael Stursberg

    (@thesturs)

    I will be rolling out an update tomorrow to fix this..
    If you would like to fix it before then put in this code at the end of your Theme Functions (functions.php) page

    if ( get_magic_quotes_gpc() ) {
        $_POST      = array_map( 'stripslashes_deep', $_POST );
        $_GET       = array_map( 'stripslashes_deep', $_GET );
        $_COOKIE    = array_map( 'stripslashes_deep', $_COOKIE );
        $_REQUEST   = array_map( 'stripslashes_deep', $_REQUEST );
    }

    Then in the I-Agree options page retype your text with the link and save it again.

    Thread Starter togur

    (@togur)

    Thanks, now it is OK.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The link syntax damage’ is closed to new replies.