Got rid of some global $wgContLang usage in SpecialAllpages
[lhc/web/wiklou.git] / languages / Language.php
index 416b1cf..73bcb95 100644 (file)
@@ -482,6 +482,9 @@ class Language {
        }
 
        /**
+        * Returns an array of localised namespaces indexed by their numbers. If the namespace is not
+        * available in localised form, it will be included in English.
+        *
         * @return array
         */
        public function getNamespaces() {