Skip to content

Commit 50cd980

Browse files
committed
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
1 parent b9a3b16 commit 50cd980

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/wp-signup.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,13 @@ function signup_another_blog( $blogname = '', $blog_title = '', $errors = '' ) {
368368
}
369369

370370
/**
371-
* Validate a new site signup.
371+
* Validate a new site signup for an existing user.
372+
*
373+
* @global string $blogname The new site's subdomain or directory name.
374+
* @global string $blog_title The new site's title.
375+
* @global WP_Error $errors Existing errors in the global scope.
376+
* @global string $domain The new site's domain.
377+
* @global string $path The new site's path.
372378
*
373379
* @since MU (3.0.0)
374380
*

0 commit comments

Comments
 (0)