Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/108466


Change subject: Split documentation for $wgRCLinkLimits/$wgRCLinkDays
......................................................................

Split documentation for $wgRCLinkLimits/$wgRCLinkDays

Each var should have it own doc block

Change-Id: Iec2b37687c009be9412103081ff5fc020c6dad03
---
M includes/DefaultSettings.php
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/66/108466/1

diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 31cbb4c..1b3d17e 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -5510,10 +5510,15 @@
 $wgRCFilterByAge = false;
 
 /**
- * List of Days and Limits options to list in the Special:Recentchanges and
+ * List of Limits options to list in the Special:Recentchanges and
  * Special:Recentchangeslinked pages.
  */
 $wgRCLinkLimits = array( 50, 100, 250, 500 );
+
+/**
+ * List of Days options to list in the Special:Recentchanges and
+ * Special:Recentchangeslinked pages.
+ */
 $wgRCLinkDays = array( 1, 3, 7, 14, 30 );
 
 /**

-- 
To view, visit https://gerrit.wikimedia.org/r/108466
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec2b37687c009be9412103081ff5fc020c6dad03
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to