Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/07/2009 08:42:59 PM (16 years ago)
Author:
apeatling
Message:

Fixes #974 props djpaul

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-notifications.php

    r1727 r1815  
    2828            $poster_name = bp_core_get_user_displayname( $poster_id );
    2929            $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 );
    3131           
    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';
    3434           
    3535            // Set up and send the message
Note: See TracChangeset for help on using the changeset viewer.