From: Platonides Date: Wed, 1 Dec 2010 00:30:35 +0000 (+0000) Subject: Follow up r71459 X-Git-Tag: 1.31.0-rc.0~33663 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=1920363bde7d0199913d008ab0a7d796389ad5d1;p=lhc%2Fweb%2Fwiklou.git Follow up r71459 Deprecate Language::convertLinkToAllVariants() now. --- 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 );