| 6 update.module | update_refresh() |
| 7 update.module | update_refresh() |
| 8 update.module | update_refresh() |
Wrapper to load the include file and then refresh the release data.
2 calls to update_refresh()
File
- modules/
update/ update.module, line 380 - The "Update status" module checks for available updates of Drupal core and any installed contributed modules and themes. It warns site administrators if newer releases are available via the system status report (admin/reports/status), the…
Code
function update_refresh() {
module_load_include('inc', 'update', 'update.fetch');
return _update_refresh();
}
Login or register to post comments