jenkins-bot has submitted this change and it was merged.
Change subject: Fix comments for grep
......................................................................
Fix comments for grep
* category-*-count
* node-count-exceeded-*
* expansion-depth-exceeded-*
Change-Id: If5a58c4f128d15969c56955af43aff76954ca94b
---
M includes/CategoryViewer.php
M includes/parser/Parser.php
2 files changed, 8 insertions(+), 2 deletions(-)
Approvals:
Nikerabbit: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/CategoryViewer.php b/includes/CategoryViewer.php
index 0c44e96..a9f5d23 100644
--- a/includes/CategoryViewer.php
+++ b/includes/CategoryViewer.php
@@ -700,8 +700,8 @@
# 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();
}
}
diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php
index ba5c8de..b9473d7 100644
--- a/includes/parser/Parser.php
+++ b/includes/parser/Parser.php
@@ -3170,6 +3170,12 @@
* '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)
--
To view, visit https://gerrit.wikimedia.org/r/79333
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If5a58c4f128d15969c56955af43aff76954ca94b
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits