From: umherirrender Date: Sun, 19 Jan 2014 20:27:15 +0000 (+0100) Subject: Split documentation for $wgRCLinkLimits/$wgRCLinkDays X-Git-Tag: 1.31.0-rc.0~17187^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=742494140576990a905cdcf635b47be7469c0f13;p=lhc%2Fweb%2Fwiklou.git Split documentation for $wgRCLinkLimits/$wgRCLinkDays Each var should have it own doc block Change-Id: Iec2b37687c009be9412103081ff5fc020c6dad03 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d5546dbfb3..0a5dc71d8d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 ); /**