Add doc comment noting that JS2 and script loader are required for ajax category...
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 9 Sep 2009 16:32:05 +0000 (16:32 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 9 Sep 2009 16:32:05 +0000 (16:32 +0000)
includes/DefaultSettings.php

index 957a7a6..2765e3f 100644 (file)
@@ -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;