Changeset 4811
- Timestamp:
- 07/22/2011 08:33:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r4788 r4811 927 927 else { 928 928 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 . '/'; 930 930 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 . '/'; 932 932 } 933 933
Note: See TracChangeset
for help on using the changeset viewer.