From 8d362918a84bc690e5e0e0c9c3c0bc392de5953b Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 28 Sep 2015 17:58:26 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- wp-signup.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 4dcbe56eb9..f36f3291c7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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. diff --git a/wp-signup.php b/wp-signup.php index fa88ba9e8d..23a3b699b7 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -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()