diff --git a/modules/contact/contact.pages.inc b/modules/contact/contact.pages.inc index ea467203fa043559a6e2d8d25ac229e849e166c2..9f377fd098cb4f855ce58b633da7cae5451b1efe 100644 --- a/modules/contact/contact.pages.inc +++ b/modules/contact/contact.pages.inc @@ -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) {