2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -1512,6 +1512,10 @@ function system_cron_settings($form, &$form_state) {
'#markup'=>$status,
);
$form['cron_url']=array(
'#markup'=>'<p>'.t('To run cron from outside the site, go to <a href="!cron">!cron</a>',array('!cron'=>url('cron/'.state()->get('system.cron_key'),array('absolute'=>TRUE)))).'</p>',