diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 4c00cf191..2cc44455c 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1234,8 +1234,8 @@ function comment_validate($edit) { * @param $title * Not used. * @ingroup forms - * @see comment_form_validate(). - * @see comment_form_submit(). + * @see comment_form_validate() + * @see comment_form_submit() */ function comment_form(&$form_state, $edit, $title = NULL) { global $user; |