wp/wp-admin/user/admin.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 9 177826044cd9
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
    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  */