]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/user/admin.php
WordPress 3.9
[autoinstalls/wordpress.git] / wp-admin / user / admin.php
index 1870af01cb04c0ef78095d9230bd487a76b78d70..1445245805527841196bc00b180fff7ac384f13f 100644 (file)
@@ -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
  *