From 40088ea12a7abd43d8c305a04796f8b88f970a5e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 21 Sep 2017 12:27:30 +0000 Subject: [PATCH] Multisite: Correct the docs for `maybe_add_existing_user_to_blog()`. See #41017 git-svn-id: https://develop.svn.wordpress.org/trunk@41552 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/ms-functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index 42e4f04110..a2e71ba32f 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/wp-includes/ms-functions.php @@ -2069,10 +2069,10 @@ function maybe_redirect_404() { } /** - * Add a new user to a blog by visiting /newbloguser/username/. + * Add a new user to a blog by visiting /newbloguser/{key}/. * * This will only work when the user's details are saved as an option - * keyed as 'new_user_x', where 'x' is the username of the user to be + * keyed as 'new_user_{key}', where '{key}' is a hash generated for the user to be * added, as when a user is invited through the regular WP Add User interface. * * @since MU (3.0.0)