Changeset 5416 for trunk/bp-friends/bp-friends-notifications.php
- Timestamp:
- 11/29/2011 10:18:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-notifications.php
r5296 r5416 16 16 $all_requests_link = bp_core_get_user_domain( $friend_id ) . bp_get_friends_slug() . '/requests/'; 17 17 $settings_slug = function_exists( 'bp_get_settings_slug' ) ? bp_get_settings_slug() : 'settings'; 18 $settings_link = bp_core_get_user_domain( $friend_id ) . $settings_slug . '/notifications';18 $settings_link = trailingslashit( bp_core_get_user_domain( $friend_id ) . $settings_slug . '/notifications' ); 19 19 $initiator_link = bp_core_get_user_domain( $initiator_id ); 20 20 … … 60 60 $friend_link = bp_core_get_user_domain( $friend_id ); 61 61 $settings_slug = function_exists( 'bp_get_settings_slug' ) ? bp_get_settings_slug() : 'settings'; 62 $settings_link = bp_core_get_user_domain( $initiator_id ) . $settings_slug . '/notifications';62 $settings_link = trailingslashit( bp_core_get_user_domain( $initiator_id ) . $settings_slug . '/notifications' ); 63 63 64 64 // Set up and send the message
Note: See TracChangeset
for help on using the changeset viewer.