From 50cd98012e9fb58d91be201d363854dbba98a5a8 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Sun, 27 May 2018 20:06:19 +0000 Subject: [PATCH] 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 --- src/wp-signup.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/wp-signup.php b/src/wp-signup.php index 7c4f351dec..3a424743bf 100644 --- a/src/wp-signup.php +++ b/src/wp-signup.php @@ -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) *