Setup: Move wgRCLinkDays logic from Setup to ChangesListSpecialPage
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 8341dac..ce6f87c 100644 (file)
@@ -6844,6 +6844,8 @@ $wgRCLinkLimits = [ 50, 100, 250, 500 ];
 /**
  * List of Days options to list in the Special:Recentchanges and
  * Special:Recentchangeslinked pages.
+ *
+ * @see ChangesListSpecialPage::getLinkDays
  */
 $wgRCLinkDays = [ 1, 3, 7, 14, 30 ];