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
returnarray(array('title'=>t('Contact settings'),'data'=>form_checkbox(t('Personal contact form'),'contact',1,$edit['contact'],t('Allow other users to contact you by e-mail via <a href="%url">your personal contact form</a>. Note that your e-mail address is not made public and that privileged users such as site administrators are able to contact you even if you choose not to enable this feature.',array('%url'=>"user/$user->uid/contact"))),'weight'=>2));
returnarray(array('title'=>t('Contact settings'),'data'=>form_checkbox(t('Personal contact form'),'contact',1,$edit['contact'],t('Allow other users to contact you by e-mail via <a href="%url">your personal contact form</a>. Note that your e-mail address is not made public and that privileged users such as site administrators are able to contact you even if you choose not to enable this feature.',array('%url'=>url("user/$user->uid/contact")))),'weight'=>2));
returnarray(array('title'=>t('Contact settings'),'data'=>form_checkbox(t('Personal contact form'),'contact',1,$edit['contact'],t('Allow other users to contact you by e-mail via <a href="%url">your personal contact form</a>. Note that your e-mail address is not made public and that privileged users such as site administrators are able to contact you even if you choose not to enable this feature.',array('%url'=>"user/$user->uid/contact"))),'weight'=>2));
returnarray(array('title'=>t('Contact settings'),'data'=>form_checkbox(t('Personal contact form'),'contact',1,$edit['contact'],t('Allow other users to contact you by e-mail via <a href="%url">your personal contact form</a>. Note that your e-mail address is not made public and that privileged users such as site administrators are able to contact you even if you choose not to enable this feature.',array('%url'=>url("user/$user->uid/contact")))),'weight'=>2));