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