updated core to 7.73
This commit is contained in:
@@ -71,7 +71,7 @@ define('UPDATE_MAX_FETCH_ATTEMPTS', 2);
|
||||
/**
|
||||
* Maximum number of seconds to try fetching available update data at a time.
|
||||
*/
|
||||
define('UPDATE_MAX_FETCH_TIME', 5);
|
||||
define('UPDATE_MAX_FETCH_TIME', 30);
|
||||
|
||||
/**
|
||||
* Implements hook_help().
|
||||
@@ -278,12 +278,15 @@ function update_theme() {
|
||||
),
|
||||
'update_report' => array(
|
||||
'variables' => array('data' => NULL),
|
||||
'file' => 'update.report.inc',
|
||||
),
|
||||
'update_version' => array(
|
||||
'variables' => array('version' => NULL, 'tag' => NULL, 'class' => array()),
|
||||
'file' => 'update.report.inc',
|
||||
),
|
||||
'update_status_label' => array(
|
||||
'variables' => array('status' => NULL),
|
||||
'file' => 'update.report.inc',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user