introducing MW_SUPPORTS_CONTENTHANDLER for fun and profit
Change-Id: I22d8a43e538e5219174b58b69787757f76141698
This commit is contained in:
parent
fe70b85c4b
commit
27caa9b681
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue