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
@@ -22,7 +22,7 @@ function dblog_help($path, $arg) {
$output.='<p>'.t('The dblog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. Administrators should check the dblog report on a regular basis to ensure their site is working properly.').'</p>';
$output.='<p>'.t('For more information please read the configuration and customization handbook <a href="@dblog">Dblog page</a>.',array('@dblog'=>'http://drupal.org/handbook/modules/dblog/')).'</p>';
return$output;
case'admin/logs':
case'admin/logs/dblog':
return'<p>'.t('The dblog module monitors your website, capturing system events in a log to be reviewed by an authorized individual at a later time. The dblog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. It is vital to check the dblog report on a regular basis as it is often the only way to tell what is going on.').'</p>';