From fe8b29d356b18eee14ac35ed642bb96056dbfe8d Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sun, 21 Dec 2008 02:38:53 +0000 Subject: [PATCH] #348269 by Darren Oh. Add missing * in the expand_password_confirm() comment. --- includes/form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/form.inc b/includes/form.inc index 02046aafcb1a..2b9950c2b1d3 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -1107,7 +1107,7 @@ function theme_password_confirm($element) { return theme('form_element', $element, $element['#children']); } -/* +/** * Expand a password_confirm field into two text boxes. */ function expand_password_confirm($element) {