Changes in branches/2.6/wp-login.php [8737:8412]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-login.php
r8737 r8412 425 425 $user = wp_signon('', $secure_cookie); 426 426 427 $redirect_to = apply_filters('login_redirect', $redirect_to, isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '', $user);428 429 427 if ( !is_wp_error($user) ) { 430 428 // If the user can't edit posts, send them to their profile.
Note: See TracChangeset
for help on using the changeset viewer.