X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=languages%2FLanguage.php;h=2829153fda6ffe71669ddfb9d38a0f71be99ed00;hb=5b2bf3c49cfb2b49d93d832915aed342acda0594;hp=2cec7a4be0762ba894c821da46a3e8f4d3124faa;hpb=5369be9e8244f9fea43d243106dc809793b52479;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/Language.php b/languages/Language.php index 2cec7a4be0..2829153fda 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -2706,6 +2706,8 @@ class Language { * If a language supports multiple variants, converts text * into an array of all possible variants of the text: * 'variant' => text in that variant + * + * @deprecated Use autoConvertToAllVariants() */ function convertLinkToAllVariants( $text ) { return $this->mConverter->convertLinkToAllVariants( $text );