Skip to:
Content

BuddyPress.org

Changeset 4811


Ignore:
Timestamp:
07/22/2011 08:33:16 PM (14 years ago)
Author:
djpaul
Message:

Missed file from r4809

File:
1 edited

Legend:

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

    r4788 r4811  
    927927    else {
    928928        if ( 'activity_comment' == $activity_obj->type )
    929             $link = bp_get_root_domain() . '/' . $bp->activity->root_slug . '/p/' . $activity_obj->item_id . '/';
     929            $link = bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $activity_obj->item_id . '/';
    930930        else
    931             $link = bp_get_root_domain() . '/' . $bp->activity->root_slug . '/p/' . $activity_obj->id . '/';
     931            $link = bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $activity_obj->id . '/';
    932932    }
    933933
Note: See TracChangeset for help on using the changeset viewer.