X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FSkinTemplate.php;h=18e36ba426604a93a37e4981cce0693233b1bbdd;hb=eabfeda3bec5d8108bddf143cf677aa301d8073b;hp=3ad2f8e29ce866478b7d8763172d99bb8883ebb3;hpb=f73abbee7b4fb71b9a7030571bb35f760797626d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 3ad2f8e29c..18e36ba426 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -1403,15 +1403,6 @@ abstract class QuickTemplate { echo htmlspecialchars( $this->data[$str] ); } - /** - * @private - * @deprecated since 1.21; use Xml::encodeJsVar() or Xml::encodeJsCall() instead - */ - function jstext( $str ) { - wfDeprecated( __METHOD__, '1.21' ); - echo Xml::escapeJsString( $this->data[$str] ); - } - /** * @private */