Split documentation for $wgRCLinkLimits/$wgRCLinkDays
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 19 Jan 2014 20:27:15 +0000 (21:27 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 23 Jan 2014 16:41:52 +0000 (16:41 +0000)
Each var should have it own doc block

Change-Id: Iec2b37687c009be9412103081ff5fc020c6dad03

includes/DefaultSettings.php

index d5546db..0a5dc71 100644 (file)
@@ -5510,10 +5510,15 @@ $wgRCMaxAge = 13 * 7 * 24 * 3600;
 $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 );
 
 /**