#348269 by Darren Oh. Add missing * in the expand_password_confirm() comment.

5.x
Neil Drumm 2008-12-21 02:38:53 +00:00
parent d9616e4226
commit fe8b29d356
1 changed files with 1 additions and 1 deletions

View File

@ -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) {