Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #2647, comment 11


Ignore:
Timestamp:
06/01/2011 04:02:33 PM (13 years ago)
Author:
acustica
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2647, comment 11

    initial v1  
    1 I’m attaching a new version of the patch that also fixes the line that redirects to the login page; it wasn't URL-escaping the current request before using it as the redirect_to variable. So, I swapped out site_url( ... ) with wp_login_url( ... ), which automatically takes care of all that.
     1I’m attaching a new version of the patch that also fixes the line that redirects to the login page. It wasn’t URL-escaping the current request before using it as the redirect_to variable. So, I swapped out site_url( ... ) with wp_login_url( ... ), which automatically takes care of all that.