From 4ea4adb38ac77fc7fc19c62b4f6327720ff5aee9 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Wed, 9 Sep 2009 16:32:05 +0000 Subject: [PATCH] Add doc comment noting that JS2 and script loader are required for ajax category system (follow-up r56032) --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 957a7a6853..2765e3f35e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4203,5 +4203,6 @@ $wgMemoryLimit = "50M"; /** * Whether or not to use the AJAX categories system. + * Note that this requires JS2 and the script loader. */ $wgUseAJAXCategories = false; -- 2.20.1