Changeset 4638 for trunk/bp-messages/bp-messages-notifications.php
- Timestamp:
- 07/09/2011 10:58:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-notifications.php
r4602 r4638 15 15 // User data and links 16 16 $ud = get_userdata( $recipient->user_id ); 17 $message_link = bp_core_get_user_domain( $recipient->user_id ) . BP_MESSAGES_SLUG.'/';18 $settings_link = bp_core_get_user_domain( $recipient->user_id ) . BP_SETTINGS_SLUG. '/notifications/';17 $message_link = bp_core_get_user_domain( $recipient->user_id ) . bp_get_messages_slug() .'/'; 18 $settings_link = bp_core_get_user_domain( $recipient->user_id ) . bp_get_settings_slug() . '/notifications/'; 19 19 20 20 // Sender info
Note: See TracChangeset
for help on using the changeset viewer.