Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Another pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-signup.php

    r47550 r48590  
    812812 * @since MU (3.0.0)
    813813 *
    814  * @param string $domain The domain URL
    815  * @param string $path The site root path
    816  * @param string $blog_title The new site title
    817  * @param string $user_name The user's username
    818  * @param string $user_email The user's email address
    819  * @param array $meta Any additional meta from the {@see 'add_signup_meta'} filter in validate_blog_signup()
     814 * @param string $domain     The domain URL.
     815 * @param string $path       The site root path.
     816 * @param string $blog_title The new site title.
     817 * @param string $user_name  The user's username.
     818 * @param string $user_email The user's email address.
     819 * @param array  $meta       Any additional meta from the {@see 'add_signup_meta'} filter in validate_blog_signup().
    820820 */
    821821function confirm_blog_signup( $domain, $path, $blog_title, $user_name = '', $user_email = '', $meta = array() ) {
Note: See TracChangeset for help on using the changeset viewer.