Changeset 49078 for trunk/src/wp-signup.php
- Timestamp:
- 09/30/2020 09:52:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-signup.php
r48590 r49078 241 241 242 242 /** 243 * Display user registration form243 * Displays the fields for the new user account registration form. 244 244 * 245 245 * @since MU (3.0.0) … … 278 278 } 279 279 /** 280 * Fires at the end of the user registration form on the site sign-upform.280 * Fires at the end of the new user account registration form. 281 281 * 282 282 * @since 3.0.0 … … 548 548 549 549 /** 550 * S etup the new user signup process550 * Shows a form for a visitor to sign up for a new user account. 551 551 * 552 552 * @since MU (3.0.0) … … 684 684 685 685 /** 686 * S etup the new site signup686 * Shows a form for a user or visitor to sign up for a new site. 687 687 * 688 688 * @since MU (3.0.0) … … 808 808 809 809 /** 810 * New site signup confirmation811 * 812 * @since MU (3.0.0) 813 * 814 * @param string $domain The domain URL.815 * @param string $path The site root path.816 * @param string $blog_title The new site title.810 * Shows a message confirming that the new site has been registered and is awaiting activation. 811 * 812 * @since MU (3.0.0) 813 * 814 * @param string $domain The domain or subdomain of the site. 815 * @param string $path The path of the site. 816 * @param string $blog_title The title of the new site. 817 817 * @param string $user_name The user's username. 818 818 * @param string $user_email The user's email address.
Note: See TracChangeset
for help on using the changeset viewer.