Add a missing `@param` doc for `confirm_another_blog_signup()`.

See #32246

Built from https://develop.svn.wordpress.org/trunk@34665


git-svn-id: http://core.svn.wordpress.org/trunk@34629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2015-09-28 17:58:26 +00:00
parent b14f6467dc
commit 8d362918a8
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34664';
$wp_version = '4.4-alpha-34665';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -365,6 +365,7 @@ function validate_another_blog_signup() {
*
* @param string $domain The domain URL
* @param string $path The site root path
* @param string $blog_title The blog title
* @param string $user_name The username
* @param string $user_email The user's email address
* @param array $meta Any additional meta from the 'add_signup_meta' filter in validate_blog_signup()