function update_themes_enabled

Implements hook_themes_enabled().

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

File

drupal/core/modules/update/update.module, line 317
Handles updates of Drupal core and contributed projects.

Code

function update_themes_enabled($themes) {

  // Clear all update module data.
  update_storage_clear();
}