function i18n_string_modules_enabled in Internationalization 7
Implements hook_modules_enabled().
1 call to i18n_string_modules_enabled()
- i18n_string_enable in i18n_string/
i18n_string.install - Implements hook_enable().
File
- i18n_string/
i18n_string.module, line 216 - Internationalization (i18n) package - translatable strings.
Code
function i18n_string_modules_enabled($modules) {
module_load_include('admin.inc', 'i18n_string');
i18n_string_refresh_enabled_modules($modules);
}