X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fskins%2FQuickTemplate.php;h=6bcf1c3ba96b7ddd01ad9cc3d61821819c71378c;hb=a1c74d9ca804a61e4e96784f41c18c8881bb2964;hp=5044301305976918513db5bbde41c74e0ffb3de1;hpb=8b26fc816ff5518726db80f518ad08460845ec6e;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.