X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/e08b42e8ad054ec67522d7ac1aaae5dc68cb3d01..88550bc3400cc7c035ff590ecb007c7938041ded:/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 *