X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fskins%2FQuickTemplate.php;h=6bcf1c3ba96b7ddd01ad9cc3d61821819c71378c;hb=e83ca504052654a2b9decdf6208fec335aa43e7a;hp=5044301305976918513db5bbde41c74e0ffb3de1;hpb=a38af7ba26579bb3004f673e44d39710887763aa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/skins/QuickTemplate.php b/includes/skins/QuickTemplate.php index 5044301305..6bcf1c3ba9 100644 --- a/includes/skins/QuickTemplate.php +++ b/includes/skins/QuickTemplate.php @@ -125,19 +125,6 @@ abstract class QuickTemplate { echo htmlspecialchars( wfMessage( $msgKey )->text() ); } - /** - * @private - * @param string $msgKey - * @warning You should never use this method. I18n messages should be escaped - * @deprecated 1.32 Use ->msg() instead. - * @suppress SecurityCheck-XSS - * @return-taint exec_html - */ - function msgHtml( $msgKey ) { - wfDeprecated( __METHOD__, '1.32' ); - echo wfMessage( $msgKey )->text(); - } - /** * An ugly, ugly hack. * @deprecated since 1.33 Use ->msg() instead.