Resolves bug #26131 by always placing user scripts and styles at the very end of...
[lhc/web/wiklou.git] / 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 );