Revision db2d93dd
Added by Benjamin Luce over 9 years ago
drupal7/modules/update/update.module | ||
---|---|---|
278 | 278 |
), |
279 | 279 |
'update_report' => array( |
280 | 280 |
'variables' => array('data' => NULL), |
281 |
'file' => 'update.report.inc', |
|
281 | 282 |
), |
282 | 283 |
'update_version' => array( |
283 | 284 |
'variables' => array('version' => NULL, 'tag' => NULL, 'class' => array()), |
285 |
'file' => 'update.report.inc', |
|
284 | 286 |
), |
285 | 287 |
'update_status_label' => array( |
286 | 288 |
'variables' => array('status' => NULL), |
289 |
'file' => 'update.report.inc', |
|
287 | 290 |
), |
288 | 291 |
); |
289 | 292 |
} |
Also available in: Unified diff
Update to 7.37