Follow up r71459
authorPlatonides <platonides@users.mediawiki.org>
Wed, 1 Dec 2010 00:30:35 +0000 (00:30 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 1 Dec 2010 00:30:35 +0000 (00:30 +0000)
Deprecate Language::convertLinkToAllVariants() now.

languages/Language.php

index 2cec7a4..2829153 100644 (file)
@@ -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 );