Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/wp-login.php

    r8737 r8412  
    425425        $user = wp_signon('', $secure_cookie);
    426426
    427         $redirect_to = apply_filters('login_redirect', $redirect_to, isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '', $user);
    428 
    429427        if ( !is_wp_error($user) ) {
    430428                // If the user can't edit posts, send them to their profile.
Note: See TracChangeset for help on using the changeset viewer.