Index: trunk/extensions/MwEmbedSupport/MwEmbedSupport.php |
— | — | @@ -28,7 +28,6 @@ |
29 | 29 | ); |
30 | 30 | |
31 | 31 | $wgAutoloadClasses['MwEmbedResourceManager'] = dirname( __FILE__ ) . '/MwEmbedResourceManager.php'; |
32 | | -$wgExtensionMessagesFiles['MwEmbedSupport'] = dirname( __FILE__ ) . '/MwEmbedSupport.i18n.php'; |
33 | 32 | |
34 | 33 | // Add Global MwEmbed Registration hook |
35 | 34 | $wgHooks['ResourceLoaderRegisterModules'][] = 'MwEmbedResourceManager::registerModules'; |