Merge "Fix comments for grep"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 19 Aug 2013 08:02:07 +0000 (08:02 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 19 Aug 2013 08:02:07 +0000 (08:02 +0000)
includes/CategoryViewer.php
includes/parser/Parser.php

index 0c44e96..a9f5d23 100644 (file)
@@ -700,8 +700,8 @@ class CategoryViewer extends ContextSource {
                        # category-article-count-limited, category-file-count-limited
                        return $this->msg( "category-$type-count-limited" )->numParams( $rescnt )->parseAsBlock();
                }
-               # Give grep a chance to find the usages: category-subcat-count-limited,
-               # category-article-count-limited, category-file-count-limited
+               # Give grep a chance to find the usages:
+               # category-subcat-count, category-article-count, category-file-count
                return $this->msg( "category-$type-count" )->numParams( $rescnt, $totalcnt )->parseAsBlock();
        }
 }
index ba5c8de..b9473d7 100644 (file)
@@ -3170,6 +3170,12 @@ class Parser {
         *   'post-expand-template-inclusion' (corresponding messages:
         *       'post-expand-template-inclusion-warning',
         *       'post-expand-template-inclusion-category')
+        *   'node-count-exceeded' (corresponding messages:
+        *       'node-count-exceeded-warning',
+        *       'node-count-exceeded-category')
+        *   'expansion-depth-exceeded' (corresponding messages:
+        *       'expansion-depth-exceeded-warning',
+        *       'expansion-depth-exceeded-category')
         * @param int|null $current Current value
         * @param int|null $max Maximum allowed, when an explicit limit has been
         *       exceeded, provide the values (optional)