diff --git a/includes/templates/Usercreate.php b/includes/templates/Usercreate.php index dc9da634fd7..f09b6bba7f3 100644 --- a/includes/templates/Usercreate.php +++ b/includes/templates/Usercreate.php @@ -261,7 +261,7 @@ class UsercreateTemplate extends BaseTemplate { getMsg( $this->data['loggedin'] ? 'createacct-another-submit' : 'createacct-submit' ), - $attrs = array( + array( 'id' => 'wpCreateaccount', 'name' => 'wpCreateaccount', 'tabindex' => $tabIndex++