#348269 by Darren Oh. Add missing * in the expand_password_confirm() comment.
parent
d9616e4226
commit
fe8b29d356
|
@ -1107,7 +1107,7 @@ function theme_password_confirm($element) {
|
||||||
return theme('form_element', $element, $element['#children']);
|
return theme('form_element', $element, $element['#children']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Expand a password_confirm field into two text boxes.
|
* Expand a password_confirm field into two text boxes.
|
||||||
*/
|
*/
|
||||||
function expand_password_confirm($element) {
|
function expand_password_confirm($element) {
|
||||||
|
|
Loading…
Reference in New Issue