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
@@ -18,7 +18,7 @@ function upload_help($path, $arg) {
$output.='<p>'.t('For more information, see the online handbook entry for <a href="@upload">Upload module</a>.',array('@upload'=>'http://drupal.org/handbook/modules/upload/')).'</p>';
return$output;
case'admin/config/media/uploads':
return'<p>'.t('Users with the <a href="@permissions">upload files permission</a> can upload attachments. Users with the <a href="@permissions">view uploaded files permission</a> can view uploaded attachments. You can choose which post types can take attachments on the <a href="@types">content types settings</a> page.',array('@permissions'=>url('admin/config/people/permissions'),'@types'=>url('admin/settings/types'))).'</p>';
return'<p>'.t('Users with the <a href="@permissions">upload files permission</a> can upload attachments. Users with the <a href="@permissions">view uploaded files permission</a> can view uploaded attachments. You can choose which post types can take attachments on the <a href="@types">content types settings</a> page.',array('@permissions'=>url('admin/config/people/permissions'),'@types'=>url('admin/structure/types'))).'</p>';