From a8a4c96c290f16ee967612a3f956d2dc536702be Mon Sep 17 00:00:00 2001 From: umherirrender Date: Fri, 9 May 2014 18:59:01 +0200 Subject: [PATCH] Add comment about desc message to $wgTrackingCategories Change-Id: Idd33af96fb05282c3b12860f82004b7b840cf796 --- includes/DefaultSettings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fa153da0d9..294bf766c4 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3613,6 +3613,9 @@ $wgNamespacesWithSubpages = array( * Tracking categories allow pages with certain characteristics to be tracked. * It works by adding any such page to a category automatically. * + * A message with the suffix '-desc' should be added as a description message + * to have extra information on Special:TrackingCategories. + * * @since 1.23 */ $wgTrackingCategories = array( -- 2.20.1