Docs: Document globals in validate_another_blog_signup().
Props mukesh27. Fixes #43594. git-svn-id: https://develop.svn.wordpress.org/trunk@43326 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b9a3b166e5
commit
50cd98012e
|
@ -368,7 +368,13 @@ function signup_another_blog( $blogname = '', $blog_title = '', $errors = '' ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Validate a new site signup.
|
||||
* Validate a new site signup for an existing user.
|
||||
*
|
||||
* @global string $blogname The new site's subdomain or directory name.
|
||||
* @global string $blog_title The new site's title.
|
||||
* @global WP_Error $errors Existing errors in the global scope.
|
||||
* @global string $domain The new site's domain.
|
||||
* @global string $path The new site's path.
|
||||
*
|
||||
* @since MU (3.0.0)
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue