Skip to:
Content

BuddyPress.org

Changeset 4654


Ignore:
Timestamp:
07/12/2011 05:38:10 PM (15 years ago)
Author:
boonebgorges
Message:

Ensure that at-mention activity notifications point to the logged-in user's domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-functions.php

    r4646 r4654  
    126126            $activity_id      = $item_id;
    127127            $poster_user_id   = $secondary_item_id;
    128             $at_mention_link  = bp_displayed_user_domain() . bp_get_activity_slug() . '/mentions/';
     128            $at_mention_link  = bp_loggedin_user_domain() . bp_get_activity_slug() . '/mentions/';
    129129            $at_mention_title = sprintf( __( '@%s Mentions', 'buddypress' ), $bp->loggedin_user->userdata->user_nicename );
    130130
Note: See TracChangeset for help on using the changeset viewer.