Changeset 3982 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 02/01/2011 07:46:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r3903 r3982 851 851 else { 852 852 if ( 'activity_comment' == $activity_obj->type ) 853 $link = $bp->root_domain. '/' . $bp->activity->root_slug . '/p/' . $activity_obj->item_id . '/';853 $link = bp_get_root_domain() . '/' . $bp->activity->root_slug . '/p/' . $activity_obj->item_id . '/'; 854 854 else 855 $link = $bp->root_domain. '/' . $bp->activity->root_slug . '/p/' . $activity_obj->id . '/';855 $link = bp_get_root_domain() . '/' . $bp->activity->root_slug . '/p/' . $activity_obj->id . '/'; 856 856 } 857 857
Note: See TracChangeset
for help on using the changeset viewer.