diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index ca9f8154bb..6707c20383 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -608,7 +608,7 @@ function wpmu_validate_blog_signup($blogname, $blog_title, $user = '') { $errors->add('blogname', __('That site is currently reserved but may be available in a couple days.')); } - $result = array('domain' => $mydomain, 'path' => $path, 'blogname' => $blogname, 'blog_title' => $blog_title, 'errors' => $errors); + $result = array('domain' => $mydomain, 'path' => $path, 'blogname' => $blogname, 'blog_title' => $blog_title, 'user' => $user, 'errors' => $errors); return apply_filters('wpmu_validate_blog_signup', $result); } @@ -1874,7 +1874,7 @@ function force_ssl_content( $force = '' ) { /** * Formats a URL to use https. - * + * * Useful as a filter. * * @since 2.8.5