$help=$t('Please check the help pages for <a href="@url">configuring cron jobs</a>.',array('@url'=>'http://drupal.org/cron'));
$help=$t('Please check the help pages for <a href="@url">configuring cron jobs</a> or you can <a href="@cron">run cron manually</a>.',array('@url'=>'http://drupal.org/cron','@cron'=>url('admin/reports/status/run-cron')));
// Determine when cron last ran. If never, use the install time to
// determine the warning or error status.
...
...
@@ -140,7 +140,7 @@ function system_requirements($phase) {
'title'=>$t('Cron maintenance tasks'),
'severity'=>$severity,
'value'=>$summary,
'description'=>$description.' '.$t('You can <a href="@cron">run cron manually</a>.',array('@cron'=>url('admin/reports/status/run-cron'))),