Changeset 4638 for trunk/bp-friends/bp-friends-notifications.php
- Timestamp:
- 07/09/2011 10:58:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-notifications.php
r4602 r4638 12 12 $initiator_ud = get_userdata( $initiator_id ); 13 13 14 $all_requests_link = bp_core_get_user_domain( $friend_id ) . BP_FRIENDS_SLUG. '/requests/';15 $settings_link = bp_core_get_user_domain( $friend_id ) . BP_SETTINGS_SLUG. '/notifications';14 $all_requests_link = bp_core_get_user_domain( $friend_id ) . bp_get_friends_slug() . '/requests/'; 15 $settings_link = bp_core_get_user_domain( $friend_id ) . bp_get_settings_slug() . '/notifications'; 16 16 17 17 $initiator_link = bp_core_get_user_domain( $initiator_id ); … … 57 57 58 58 $friend_link = bp_core_get_user_domain( $friend_id ); 59 $settings_link = bp_core_get_user_domain( $initiator_id ) . BP_SETTINGS_SLUG. '/notifications';59 $settings_link = bp_core_get_user_domain( $initiator_id ) . bp_get_settings_slug() . '/notifications'; 60 60 61 61 // Set up and send the message
Note: See TracChangeset
for help on using the changeset viewer.