Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/29/2011 11:09:34 PM (14 years ago)
Author:
boonebgorges
Message:

Ensures links are constructed with trailing slash in settings and xprofile components. Fixes #3779

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-screens.php

    r5329 r5418  
    3838    // Make sure a group is set.
    3939    if ( !bp_action_variable( 1 ) )
    40         bp_core_redirect( bp_displayed_user_domain() . $bp->profile->slug . '/edit/group/1' );
     40        bp_core_redirect( trailingslashit( bp_displayed_user_domain() . $bp->profile->slug . '/edit/group/1' ) );
    4141
    4242    // Check the field group exists
Note: See TracChangeset for help on using the changeset viewer.