Skip to content
Snippets Groups Projects
Commit fb0c7c6d authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #522210 by gpk: phpdoc fix.

parent 23e70474
No related branches found
No related tags found
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
......@@ -29,7 +29,7 @@ function contact_site_page() {
return $output;
}
/*
/**
* Form builder; the site-wide contact form.
*/
function contact_site_form() {
......@@ -168,7 +168,7 @@ function contact_personal_page($account) {
return $output;
}
/*
/**
* Form builder; the personal contact form.
*/
function contact_personal_form(&$form_state, $recipient) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment