Changeset 6541 for trunk/bp-messages/bp-messages-notifications.php
- Timestamp:
- 11/30/2012 11:19:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-notifications.php
r6342 r6541 32 32 // User data and links 33 33 $ud = get_userdata( $recipient->user_id ); 34 35 // Bail if user cannot be found 36 if ( empty( $ud ) ) 37 continue; 38 34 39 $message_link = bp_core_get_user_domain( $recipient->user_id ) . bp_get_messages_slug() .'/'; 35 40 $settings_slug = function_exists( 'bp_get_settings_slug' ) ? bp_get_settings_slug() : 'settings';
Note: See TracChangeset
for help on using the changeset viewer.