mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 00:04:15 +00:00
Remove unused and not working code fragment
Bug: T250236 Change-Id: Ia85d61a81234abe8d238424bcabcf5f5dc4d839f
This commit is contained in:
parent
22842fb0d2
commit
610ac36573
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "ReCaptchaNoCaptcha",
|
||||
"author": [
|
||||
"..."
|
||||
"Florian Schmidt"
|
||||
],
|
||||
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#ReCaptcha_(NoCaptcha)",
|
||||
"descriptionmsg": "renocaptcha-desc",
|
||||
|
|
|
@ -220,15 +220,6 @@ HTML;
|
|||
return [];
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $captchaData
|
||||
* @param string $id
|
||||
* @return Message
|
||||
*/
|
||||
public function getCaptchaInfo( $captchaData, $id ) {
|
||||
return wfMessage( 'renocaptcha-info' );
|
||||
}
|
||||
|
||||
/**
|
||||
* @return ReCaptchaNoCaptchaAuthenticationRequest
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue