system_update_6026
modules/system/system.install, строка 2013
- Версии
- 6
system_update_6026()
Display warning about new Update status module.
Связанные темы
Код
<?php
function system_update_6026() {
$ret = array();
// Notify user that new update module exists.
drupal_set_message('Drupal can check periodically for important bug fixes and security releases using the new update status module. This module can be turned on from the <a href="'. url('admin/build/modules') .'">modules administration page</a>. For more information please read the <a href="http://drupal.org/handbook/modules/update">Update status handbook page</a>.');
return $ret;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии