X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ceb5a929e00123b4e224977c6b5a149f6431b250..41578db67d72562346e4dbb2a14889b23d522813:/wp-admin/user/admin.php diff --git a/wp-admin/user/admin.php b/wp-admin/user/admin.php index 1870af01..14452458 100644 --- a/wp-admin/user/admin.php +++ b/wp-admin/user/admin.php @@ -18,10 +18,7 @@ if ( ! is_multisite() ) { $redirect_user_admin_request = ( ( $current_blog->domain != $current_site->domain ) || ( $current_blog->path != $current_site->path ) ); /** - * Filter whether a user should be redirected to the Global Dashboard in Multisite. - * - * Users not assigned to any sites in the network will be redirected to the Global - * Dashboard after logging in. + * Filter whether to redirect the request to the User Admin in Multisite. * * @since 3.2.0 *