@@ -119,7 +119,7 @@ function system_help($route_name, RouteMatchInterface $route_match) {
case'system.modules_list':
$output='<p>'.t('Add <a href=":modules">contributed modules</a> to extend your site\'s functionality.',[':modules'=>'https://www.drupal.org/project/modules']).'</p>';
$output.='<p>'.t('Regularly review available updates and update as required to maintain a secure and current site. Always run the <a href=":update-php">update script</a> each time a module is updated. Install the <a href=":update-manager">Update Manager module</a> to update and add modules and themes.',[':update-php'=>Url::fromRoute('system.db_update')->toString(),':update-manager'=>Url::fromRoute('system.modules_list',[],['fragment'=>'module-update'])->toString()]).'</p>';
$output.='<p>'.t('Regularly review available updates and update as required to maintain a secure and current site. Always run the <a href=":update-php">update script</a> each time a module is updated. Install the <a href=":update-manager">Update Manager module</a> to update modules and themes.',[':update-php'=>Url::fromRoute('system.db_update')->toString(),':update-manager'=>Url::fromRoute('system.modules_list',[],['fragment'=>'module-update'])->toString()]).'</p>';
}
return$output;
@@ -433,11 +433,11 @@ function template_preprocess_entity_add_list(&$variables) {
@trigger_error('The UpdateManagerInstall form is deprecated in drupal:10.4.0 and will be removed in drupal:11.1.0. There is no replacement. See https://www.drupal.org/node/3461934');