[wp-trac] [WordPress Trac] #12282: Redirect option after registration and password recovery

WordPress Trac wp-trac at lists.automattic.com
Sat Feb 27 16:22:27 UTC 2010


#12282: Redirect option after registration and password recovery
-------------------------+--------------------------------------------------
 Reporter:  usermrpapa   |       Owner:                   
     Type:  enhancement  |      Status:  new              
 Priority:  normal       |   Milestone:  3.0              
Component:  Users        |     Version:  2.9.2            
 Severity:  normal       |    Keywords:  has-patch, tested
-------------------------+--------------------------------------------------

Comment(by nacin):

 Sorry,
 {{{
 $redirect_to = apply_filters( 'registration_redirect', isset(
 $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '' );
 }}}
 Should be:
 {{{
 $redirect_to = apply_filters( 'registration_redirect', isset(
 $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '' );
 }}}

 Patch refreshed in a moment.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12282#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list