Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/29/2011 09:41:36 PM (15 years ago)
Author:
boonebgorges
Message:

Ensures links are constructed with trailing slash in activity component. See #3779

File:
1 edited

Legend:

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

    r5396 r5414  
    248248                is_user_logged_in() ?
    249249                        bp_core_redirect( $bp->loggedin_user->domain ) :
    250                         bp_core_redirect( site_url( 'wp-login.php?redirect_to=' . esc_url( bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $bp->current_action ) ) );
     250                        bp_core_redirect( site_url( 'wp-login.php?redirect_to=' . esc_url( bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $bp->current_action . '/' ) ) );
    251251        }
    252252
Note: See TracChangeset for help on using the changeset viewer.