• /wp-content/plugins/wp-recaptcha/recaptcha.php

    Line 328 – Change with:
    $response = recaptcha_check_answer($this->options[‘private_key’], $_SERVER[‘REMOTE_ADDR’], $_POST[‘recaptcha_challenge_field’], $_POST[‘recaptcha_response_field’]);

    Line 335 – Comment:
    //echo ‘<div class=”error”>’ . $this->options[‘incorrect_response_error’] . ‘</div>’;

    http://wordpress.org/plugins/wp-recaptcha/

  • The topic ‘Necessary correction for multisite’ is closed to new replies.