Changeset 30105 for trunk/src/wp-signup.php
- Timestamp:
- 10/30/2014 01:04:55 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-signup.php (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-signup.php
r29205 r30105 154 154 * @since MU 155 155 * 156 * @uses wp_get_current_user() to retrieve the current user157 * @uses wpmu_validate_blog_signup() to validate new site signup for the current user158 156 * @return array Contains the new site data and error messages. 159 157 */ … … 209 207 * @since MU 210 208 * 211 * @uses wpmu_validate_user_signup() to retrieve an array of user data212 209 * @return array Contains username, email, and error messages. 213 210 */ … … 221 218 * @since MU 222 219 * 223 * @uses wp_get_current_user() to get the current user224 220 * @param string $blogname The new site name 225 221 * @param string $blog_title The new blog title … … 304 300 * @since MU 305 301 * 306 * @uses wp_get_current_user() to retrieve the current user307 * @uses wpmu_create_blog() to add a new site308 * @uses confirm_another_blog_signup() to confirm the user's new site signup309 302 * @return bool True if blog signup was validated, false if error 310 303 */ … … 395 388 * @since MU 396 389 * 397 * @uses apply_filters() filter $filtered_results398 * @uses show_user_form() to display the user registration form399 390 * @param string $user_name The username 400 391 * @param string $user_email The user's email … … 468 459 * @since MU 469 460 * 470 * @uses validate_user_form() to retrieve an array of the user data471 * @uses wpmu_signup_user() to signup the new user472 * @uses confirm_user_signup() to confirm the new user signup473 461 * @return bool True if new user signup was validated, false if error 474 462 */ … … 520 508 * @since MU 521 509 * 522 * @uses apply_filters() to filter $filtered_results523 * @uses show_blog_form() to display the blog signup form524 510 * @param string $user_name The username 525 511 * @param string $user_email The user's email address … … 585 571 * @since MU 586 572 * 587 * @uses wpmu_validate_user_signup() to retrieve an array of the new user data and errors588 * @uses wpmu_validate_blog_signup() to retrieve an array of the new site data and errors589 * @uses apply_filters() to make signup $meta filterable590 * @uses signup_user() to signup a new user591 * @uses signup_blog() to signup a the new user to a new site592 573 * @return bool True if the site signup was validated, false if error 593 574 */
Note: See TracChangeset
for help on using the changeset viewer.