Make WordPress Core

Ticket #46273: #46273

File #46273, 572 bytes (added by jayupadhyay01, 6 years ago)
Line 
1Index: wp-signup.php
2===================================================================
3--- wp-signup.php       (revision 44580)
4+++ wp-signup.php       (working copy)
5@@ -550,6 +550,9 @@
6  * @param string          $user_name  The username.
7  * @param string          $user_email The user's email.
8  * @param WP_Error|string $errors     A WP_Error object containing existing errors. Defaults to empty string.
9+ *
10+ * @global string         $active_signup Registration type.
11+ *
12  */
13 function signup_user( $user_name = '', $user_email = '', $errors = '' ) {
14        global $active_signup;