function update_themes_disabled

Implements hook_themes_disabled().

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

File

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

Code

function update_themes_disabled($themes) {

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