Skip to:
Content

BuddyPress.org


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

Ensures links are constructed with trailing slash in groups, members, and messages components. See #3779

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-functions.php

    r5329 r5417  
    234234
    235235    if ( 'new_message' == $action ) {
    236         $link  = bp_loggedin_user_domain() . bp_get_messages_slug() . '/inbox';
     236        $link  = trailingslashit( bp_loggedin_user_domain() . bp_get_messages_slug() . '/inbox' );
    237237        $title = __( 'Inbox', 'buddypress' );
    238238
Note: See TracChangeset for help on using the changeset viewer.