Per CR r77020, followup to r77046: add a constant so that extensions can more easily...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 20 Nov 2010 07:05:02 +0000 (07:05 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 20 Nov 2010 07:05:02 +0000 (07:05 +0000)
includes/Defines.php

index f5afd26..3275866 100644 (file)
@@ -210,6 +210,9 @@ define( 'MW_SUPPORTS_PARSERFIRSTCALLINIT', 1 );
 define( 'MW_SUPPORTS_LOCALISATIONCACHE', 1 );
 /**@}*/
 
+/** Support for $wgResourceModules */
+define( 'MW_SUPPORTS_RESOURCE_MODULES', 1 );
+
 /**@{
  * Allowed values for Parser::$mOutputType
  * Parameter to Parser::startExternalParse().