update_theme()
Implements hook_theme().
File
core/modules/update/update.module, line 187 Handles updates of Drupal core and contributed projects.
Code
function update_theme() {
return array(
'update_last_check' => array(
'variables' => array('last' => 0),
),
'update_report' => array(
'variables' => array('data' => NULL),
'file' => 'update.report.inc',
),
'update_project_status' => array(
'variables' => array('project' =&