function update_themes_disabled
Implements hook_themes_disabled().
If themes are disabled, we invalidate the cache of available updates.
Archivo
- drupal-7.x/
modules/ update/ update.module, line 335 - Handles updates of Drupal core and contributed projects.
Código
function update_themes_disabled($themes) {
// Clear all update module caches.
_update_cache_clear();
}