equal
deleted
inserted
replaced
16 exit; |
16 exit; |
17 } |
17 } |
18 |
18 |
19 $redirect_user_admin_request = ( ( $current_blog->domain != $current_site->domain ) || ( $current_blog->path != $current_site->path ) ); |
19 $redirect_user_admin_request = ( ( $current_blog->domain != $current_site->domain ) || ( $current_blog->path != $current_site->path ) ); |
20 /** |
20 /** |
21 * Filter whether to redirect the request to the User Admin in Multisite. |
21 * Filters whether to redirect the request to the User Admin in Multisite. |
22 * |
22 * |
23 * @since 3.2.0 |
23 * @since 3.2.0 |
24 * |
24 * |
25 * @param bool $redirect_user_admin_request Whether the request should be redirected. |
25 * @param bool $redirect_user_admin_request Whether the request should be redirected. |
26 */ |
26 */ |