mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-13 18:07:00 +00:00
Merge "Replace deprecated HTMLForm::addFooterText"
This commit is contained in:
commit
6ba85773ed
|
@ -341,7 +341,7 @@ class SimpleCaptcha {
|
|||
$formMetainfo = $formInformation;
|
||||
unset( $formMetainfo['html'] );
|
||||
$this->addFormInformationToOutput( $out, $formMetainfo );
|
||||
$form->addFooterText(
|
||||
$form->addFooterHtml(
|
||||
"<div class='captcha'>" .
|
||||
$this->getMessage( 'sendemail' )->parseAsBlock() .
|
||||
$formInformation['html'] .
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"license-name": "GPL-2.0-or-later",
|
||||
"type": "antispam",
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.37.0"
|
||||
"MediaWiki": ">= 1.38.0"
|
||||
},
|
||||
"GroupPermissions": {
|
||||
"*": {
|
||||
|
|
Loading…
Reference in a new issue