Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/20/2015 03:38:54 PM (10 years ago)
Author:
johnjamesjacoby
Message:

All: make sure URL variables are escaped (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-catchuri.php

    r9723 r9772  
    585585
    586586            $url = $root;
    587             if ( !empty( $redirect ) )
     587            if ( !empty( $redirect ) ) {
    588588                $url = add_query_arg( 'redirect_to', urlencode( $redirect ), $root );
     589            }
    589590
    590591            if ( !empty( $message ) ) {
Note: See TracChangeset for help on using the changeset viewer.