Also set the queue types map when rebuilding the ready queue map
[lhc/web/wiklou.git] / includes / logging / LogPage.php
index 0e8d1de..1b7e677 100644 (file)
@@ -215,7 +215,7 @@ class LogPage {
         *
         * @param string $type Log type
         * @return string Log name
-        * @deprecated in 1.19, warnings in 1.21. Use getName()
+        * @deprecated since 1.19, warnings in 1.21. Use getName()
         */
        public static function logName( $type ) {
                global $wgLogNames;
@@ -236,7 +236,7 @@ class LogPage {
         * @todo handle missing log types
         * @param string $type logtype
         * @return string Header text of this logtype
-        * @deprecated in 1.19, warnings in 1.21. Use getDescription()
+        * @deprecated since 1.19, warnings in 1.21. Use getDescription()
         */
        public static function logHeader( $type ) {
                global $wgLogHeaders;
@@ -358,10 +358,10 @@ class LogPage {
 
        /**
         * @todo Document
-        * @param  string $type
-        * @param  Language|null $lang
-        * @param  Title $title
-        * @param  array $params
+        * @param string $type
+        * @param Language|null $lang
+        * @param Title $title
+        * @param array $params
         * @return string
         */
        protected static function getTitleLink( $type, $lang, $title, &$params ) {