Index: includes/templates/Userlogin.php =================================================================== --- includes/templates/Userlogin.php (revision 55590) +++ includes/templates/Userlogin.php (working copy) @@ -123,12 +123,13 @@ * @ingroup Templates */ class UsercreateTemplate extends QuickTemplate { - function addInputItem( $name, $value, $type, $msg ) { + function addInputItem( $name, $value, $type, $msg, $helptext = false ) { $this->data['extraInput'][] = array( 'name' => $name, 'value' => $value, 'type' => $type, 'msg' => $msg, + 'helptext' => $helptext, ); } @@ -285,7 +286,12 @@ +
+ msgWiki( $inputItem['helptext'] ); ?> +
+