Changeset 28083 for trunk/src/wp-admin/user/admin.php
- Timestamp:
- 04/12/2014 12:00:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user/admin.php
r26344 r28083 19 19 $redirect_user_admin_request = ( ( $current_blog->domain != $current_site->domain ) || ( $current_blog->path != $current_site->path ) ); 20 20 /** 21 * Filter whether a user should be redirected to the Global Dashboard in Multisite. 22 * 23 * Users not assigned to any sites in the network will be redirected to the Global 24 * Dashboard after logging in. 21 * Filter whether to redirect the request to the User Admin in Multisite. 25 22 * 26 23 * @since 3.2.0
Note: See TracChangeset
for help on using the changeset viewer.