function l10n_update_themes_enabled in Localization update 7.2
Implements hook_themes_enabled().
Refresh project translation status and get translations if required.
File
- ./
l10n_update.module, line 353 - Download translations from remote localization server.
Code
function l10n_update_themes_enabled($themes) {
$components['theme'] = $themes;
l10n_update_system_update($components);
}