diff --git a/GlobalExtensions.php b/GlobalExtensions.php index 9b28201e33..43fb068301 100644 --- a/GlobalExtensions.php +++ b/GlobalExtensions.php @@ -47,6 +47,10 @@ 'cldr', ] ); +if ( version_compare( MW_VERSION, '1.41', '>=' ) ) { + wfLoadExtension( 'ParserMigration' ); +} + // Renameuser is bundled into core from 1.40+ if ( version_compare( MW_VERSION, '1.40', '<' ) ) { wfLoadExtension( 'Renameuser' );