introducing MW_SUPPORTS_CONTENTHANDLER for fun and profit

Change-Id: I22d8a43e538e5219174b58b69787757f76141698
This commit is contained in:
daniel 2012-10-11 17:43:39 +02:00
parent fe70b85c4b
commit 27caa9b681

View file

@ -213,6 +213,7 @@ require_once __DIR__.'/normal/UtfNormalDefines.php';
define( 'MW_SUPPORTS_EDITFILTERMERGED', 1 );
define( 'MW_SUPPORTS_PARSERFIRSTCALLINIT', 1 );
define( 'MW_SUPPORTS_LOCALISATIONCACHE', 1 );
define( 'MW_SUPPORTS_CONTENTHANDLER', 1 );
/**@}*/
/** Support for $wgResourceModules */