Changeset 1815 for trunk/bp-xprofile/bp-xprofile-notifications.php
- Timestamp:
- 09/07/2009 08:42:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-notifications.php
r1727 r1815 28 28 $poster_name = bp_core_get_user_displayname( $poster_id ); 29 29 $wire_post = new BP_Wire_Post( $bp->profile->table_name_wire, $wire_post_id, true ); 30 $ud = get_userdata( $user_id);30 $ud = get_userdata( $user_id ); 31 31 32 $wire_link = site_url() . '/' . BP_MEMBERS_SLUG . '/' . $ud->user_login . '/wire';33 $settings_link = site_url() . '/' . BP_MEMBERS_SLUG . '/' . $ud->user_login . '/settings/notifications';32 $wire_link = bp_core_get_user_domain( $user_id ) . 'wire'; 33 $settings_link = bp_core_get_user_domain( $user_id ) . 'settings/notifications'; 34 34 35 35 // Set up and send the message
Note: See TracChangeset
for help on using the changeset viewer.