From 1920363bde7d0199913d008ab0a7d796389ad5d1 Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 1 Dec 2010 00:30:35 +0000 Subject: [PATCH] Follow up r71459 Deprecate Language::convertLinkToAllVariants() now. --- languages/Language.php | 2 ++ 1 file changed, 2 insertions(+) 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 ); -- 2.20.1