Make WordPress Core


Ignore:
Timestamp:
04/12/2014 12:00:32 AM (11 years ago)
Author:
DrewAPicture
Message:

Priority fixes for various existing hook documentation.

Props kpdesign.
See #26869

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user/admin.php

    r26344 r28083  
    1919$redirect_user_admin_request = ( ( $current_blog->domain != $current_site->domain ) || ( $current_blog->path != $current_site->path ) );
    2020/**
    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.
    2522 *
    2623 * @since 3.2.0
Note: See TracChangeset for help on using the changeset viewer.