Changeset 2717 for trunk/bp-messages/bp-messages-notifications.php
- Timestamp:
- 02/15/2010 07:04:18 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-messages/bp-messages-notifications.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-notifications.php
r2697 r2717 12 12 $ud = get_userdata( $recipient->user_id ); 13 13 $message_link = bp_core_get_user_domain( $recipient->user_id ) . BP_MESSAGES_SLUG .'/'; 14 $settings_link = bp_core_get_user_domain( $recipient->user_id ) . 'settings/notifications/';14 $settings_link = bp_core_get_user_domain( $recipient->user_id ) . BP_SETTINGS_SLUG . '/notifications/'; 15 15 16 16 // Set up and send the message
Note: See TracChangeset
for help on using the changeset viewer.