summaryrefslogtreecommitdiffstats
path: root/wp-signup.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-signup.php')
-rw-r--r--wp-signup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-signup.php b/wp-signup.php
index bc26e96..352ad9e 100644
--- a/wp-signup.php
+++ b/wp-signup.php
@@ -126,7 +126,7 @@ function show_user_form($user_name = '', $user_email = '', $errors = '') {
<?php
if ( $errmsg = $errors->get_error_message('generic') )
print '<tr class="error"> <th colspan="2">'.$errmsg.'</th> </tr>';
- do_action( 'signup_extra_fields' );
+ do_action( 'signup_extra_fields', $errors );
}
function validate_user_form() {