function update_themes_enabled

Implements hook_themes_enabled().

If themes are enabled, we invalidate the cache of available updates.

File

modules/update/update.module, line 328

Code

function update_themes_enabled($themes) {
    // Clear all update module caches.
    _update_cache_clear();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.