Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/29/2011 11:06:58 PM (12 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-screens.php

    r5329 r5417  
    115115            }
    116116        }
    117         bp_core_redirect( bp_loggedin_user_domain() . bp_get_messages_slug() . '/notices' );
     117        bp_core_redirect( trailingslashit( bp_loggedin_user_domain() . bp_get_messages_slug() . '/notices' ) );
    118118    }
    119119
Note: See TracChangeset for help on using the changeset viewer.