Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/20/2015 04:08:00 PM (11 years ago)
Author:
johnjamesjacoby
Message:

All: make sure URLs are escaped (2.2 branch)

File:
1 edited

Legend:

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

    r9428 r9773  
    500500
    501501            $url = $root;
    502             if ( !empty( $redirect ) )
     502            if ( !empty( $redirect ) ) {
    503503                $url = add_query_arg( 'redirect_to', urlencode( $redirect ), $root );
     504            }
    504505
    505506            if ( !empty( $message ) ) {
Note: See TracChangeset for help on using the changeset viewer.