Changeset 5296 for trunk/bp-messages/bp-messages-notifications.php
- Timestamp:
- 11/07/2011 06:49:14 PM (14 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
r4825 r5296 18 18 $ud = get_userdata( $recipient->user_id ); 19 19 $message_link = bp_core_get_user_domain( $recipient->user_id ) . bp_get_messages_slug() .'/'; 20 $settings_link = bp_core_get_user_domain( $recipient->user_id ) . bp_get_settings_slug() . '/notifications/'; 20 $settings_slug = function_exists( 'bp_get_settings_slug' ) ? bp_get_settings_slug() : 'settings'; 21 $settings_link = bp_core_get_user_domain( $recipient->user_id ) . $settings_slug . '/notifications/'; 21 22 22 23 // Sender info
Note: See TracChangeset
for help on using the changeset viewer.