Changeset 41200 for trunk/src/wp-signup.php
- Timestamp:
- 08/01/2017 08:43:25 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-signup.php (modified) (17 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-signup.php
r39944 r41200 16 16 * Prints signup_header via wp_head 17 17 * 18 * @since MU 18 * @since MU (3.0.0) 19 19 */ 20 20 function do_signup_header() { … … 51 51 * Prints styles for front-end Multisite signup pages 52 52 * 53 * @since MU 53 * @since MU (3.0.0) 54 54 */ 55 55 function wpmu_signup_stylesheet() { … … 90 90 * Generates and displays the Signup and Create Site forms 91 91 * 92 * @since MU 92 * @since MU (3.0.0) 93 93 * 94 94 * @param string $blogname The new site name. … … 199 199 * Validate the new site signup 200 200 * 201 * @since MU 201 * @since MU (3.0.0) 202 202 * 203 203 * @return array Contains the new site data and error messages. … … 214 214 * Display user registration form 215 215 * 216 * @since MU 216 * @since MU (3.0.0) 217 217 * 218 218 * @param string $user_name The entered username. … … 256 256 * Validate user signup name and email 257 257 * 258 * @since MU 258 * @since MU (3.0.0) 259 259 * 260 260 * @return array Contains username, email, and error messages. … … 267 267 * Allow returning users to sign up for another site 268 268 * 269 * @since MU 269 * @since MU (3.0.0) 270 270 * 271 271 * @param string $blogname The new site name … … 333 333 * Hidden sign-up form fields output when creating another site or user. 334 334 * 335 * @since MU 335 * @since MU (3.0.0) 336 336 * 337 337 * @param string $context A string describing the steps of the sign-up process. The value can be … … 349 349 * Validate a new site signup. 350 350 * 351 * @since MU 351 * @since MU (3.0.0) 352 352 * 353 353 * @return null|bool True if site signup was validated, false if error. … … 402 402 * Use the {@see 'add_signup_meta'} filter instead. 403 403 * 404 * @since MU 404 * @since MU (3.0.0) 405 405 * @deprecated 3.0.0 Use the {@see 'add_signup_meta'} filter instead. 406 406 * … … 436 436 * Confirm a new site signup. 437 437 * 438 * @since MU 438 * @since MU (3.0.0) 439 439 * @since 4.4.0 Added the `$blog_id` parameter. 440 440 * … … 491 491 * Setup the new user signup process 492 492 * 493 * @since MU 493 * @since MU (3.0.0) 494 494 * 495 495 * @param string $user_name The username. … … 565 565 * Validate the new user signup 566 566 * 567 * @since MU 567 * @since MU (3.0.0) 568 568 * 569 569 * @return bool True if new user signup was validated, false if error … … 595 595 * New user signup confirmation 596 596 * 597 * @since MU 597 * @since MU (3.0.0) 598 598 * 599 599 * @param string $user_name The username … … 616 616 * Setup the new site signup 617 617 * 618 * @since MU 618 * @since MU (3.0.0) 619 619 * 620 620 * @param string $user_name The username. … … 679 679 * Validate new site signup 680 680 * 681 * @since MU 681 * @since MU (3.0.0) 682 682 * 683 683 * @return bool True if the site signup was validated, false if error … … 736 736 * New site signup confirmation 737 737 * 738 * @since MU 738 * @since MU (3.0.0) 739 739 * 740 740 * @param string $domain The domain URL
Note: See TracChangeset
for help on using the changeset viewer.