Changeset 2123 for branches/1.1/bp-groups/bp-groups-notifications.php
- Timestamp:
- 11/25/2009 11:56:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-groups/bp-groups-notifications.php
r2116 r2123 25 25 $wire_link = site_url( $bp->groups->slug . '/' . $group->slug . '/wire/' ); 26 26 $group_link = site_url( $bp->groups->slug . '/' . $group->slug . '/' ); 27 $settings_link = bp_core_get_user_domain( $user->user_id ) . 'settings/notifications/';27 $settings_link = bp_core_get_user_domain( $user->user_id ) . $bp->settings->slug . '/notifications/'; 28 28 29 29 $message = sprintf( __( … … 65 65 66 66 $group_link = site_url( $bp->groups->slug . '/' . $group->slug ); 67 $settings_link = bp_core_get_user_domain( $user->user_id ) . 'settings/notifications/';67 $settings_link = bp_core_get_user_domain( $user->user_id ) . $bp->settings->slug . '/notifications/'; 68 68 69 69 $message = sprintf( __( … … 100 100 $group_requests = bp_get_group_permalink( $group ) . '/admin/membership-requests'; 101 101 $profile_link = bp_core_get_user_domain( $requesting_user_id ); 102 $settings_link = bp_core_get_user_domain( $requesting_user_id ) . 'settings/notifications/';102 $settings_link = bp_core_get_user_domain( $requesting_user_id ) . $bp->settings->slug . '/notifications/'; 103 103 104 104 // Set up and send the message … … 142 142 143 143 $group_link = bp_get_group_permalink( $group ); 144 $settings_link = bp_core_get_user_domain( $requesting_user_id ) . 'settings/notifications/';144 $settings_link = bp_core_get_user_domain( $requesting_user_id ) . $bp->settings->slug . '/notifications/'; 145 145 146 146 // Set up and send the message … … 195 195 196 196 $group_link = bp_get_group_permalink( $group ); 197 $settings_link = bp_core_get_user_domain( $user_id ) . 'settings/notifications/';197 $settings_link = bp_core_get_user_domain( $user_id ) . $bp->settings->slug . '/notifications/'; 198 198 199 199 // Set up and send the message … … 237 237 $invited_ud = get_userdata($invited_user_id); 238 238 239 $settings_link = bp_core_get_user_domain( $invited_user_id ) . 'settings/notifications/';239 $settings_link = bp_core_get_user_domain( $invited_user_id ) . $bp->settings->slug . '/notifications/'; 240 240 $invited_link = bp_core_get_user_domain( $invited_user_id ); 241 241 $invites_link = $invited_link . $bp->groups->slug . '/invites';
Note: See TracChangeset
for help on using the changeset viewer.