diff --git a/plugins/captcha/recaptcha/recaptcha.php b/plugins/captcha/recaptcha/recaptcha.php index 57057252176dd..ed97e6fe296fb 100644 --- a/plugins/captcha/recaptcha/recaptcha.php +++ b/plugins/captcha/recaptcha/recaptcha.php @@ -47,7 +47,7 @@ public function onInit($id = 'dynamic_recaptcha_1') if ($this->params->get('version', '1.0') === '1.0') { - // Deprecated - @see https://developers.google.com/recaptcha/docs/faq#what-happens-to-recaptcha-v1 + // Deprecated - @see https://developers.google.com/recaptcha/docs/faq#what-happens-to-recaptcha-v1 return true; } else @@ -78,7 +78,7 @@ public function onDisplay($name = null, $id = 'dynamic_recaptcha_1', $class = '' { if ($this->params->get('version', '1.0') === '1.0') { - // Deprecated - @see https://developers.google.com/recaptcha/docs/faq#what-happens-to-recaptcha-v1 + // Deprecated - @see https://developers.google.com/recaptcha/docs/faq#what-happens-to-recaptcha-v1 return ''; } else @@ -110,7 +110,7 @@ public function onCheckAnswer($code = null) switch ($version) { case '1.0': - // Deprecated - @see https://developers.google.com/recaptcha/docs/faq#what-happens-to-recaptcha-v1 + // Deprecated - @see https://developers.google.com/recaptcha/docs/faq#what-happens-to-recaptcha-v1 return true; break; case '2.0': @@ -166,8 +166,8 @@ private function getResponse($privatekey, $remoteip, $response, $challenge = nul switch ($version) { - case '1.0': - // Deprecated - @see https://developers.google.com/recaptcha/docs/faq#what-happens-to-recaptcha-v1 + case '1.0': + // Deprecated - @see https://developers.google.com/recaptcha/docs/faq#what-happens-to-recaptcha-v1 return true; break; case '2.0':