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
@@ -14,7 +14,7 @@ function upload_help($section) {
case'admin/modules#description':
returnt('Allows users to upload and attach files to content.');
case'admin/settings/upload':
returnt('<p>Users with the <a href="%permissions">upload files permission</a> can upload attachments. You can choose which post types can take attachments on the <a href="%types">content types settings</a> page.</p>',array('%permissions'=>url('admin/access'),'%types'=>url('admin/node/configure/types')));
returnt('<p>Users with the <a href="%permissions">upload files permission</a> can upload attachments. You can choose which post types can take attachments on the <a href="%types">content types settings</a> page.</p>',array('%permissions'=>url('admin/access'),'%types'=>url('admin/settings/content-types')));
@@ -14,7 +14,7 @@ function upload_help($section) {
case'admin/modules#description':
returnt('Allows users to upload and attach files to content.');
case'admin/settings/upload':
returnt('<p>Users with the <a href="%permissions">upload files permission</a> can upload attachments. You can choose which post types can take attachments on the <a href="%types">content types settings</a> page.</p>',array('%permissions'=>url('admin/access'),'%types'=>url('admin/node/configure/types')));
returnt('<p>Users with the <a href="%permissions">upload files permission</a> can upload attachments. You can choose which post types can take attachments on the <a href="%types">content types settings</a> page.</p>',array('%permissions'=>url('admin/access'),'%types'=>url('admin/settings/content-types')));