Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2010 10:56:33 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2526 props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-activity.php

    r3142 r3144  
    252252                        bp_core_redirect( $bp->loggedin_user->domain );
    253253                else
    254                         bp_core_redirect( site_url( 'wp-login.php?redirect_to=' . clean_url( $bp->root_domain . '/' . $bp->activity->slug . '/p/' . $bp->current_action ) ) );
     254                        bp_core_redirect( site_url( 'wp-login.php?redirect_to=' . esc_url( $bp->root_domain . '/' . $bp->activity->slug . '/p/' . $bp->current_action ) ) );
    255255        }
    256256
Note: See TracChangeset for help on using the changeset viewer.