Changeset 10894 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 06/22/2016 09:10:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r10869 r10894 3031 3031 } else { 3032 3032 if ( 'activity_comment' == $activity_obj->type ) { 3033 $link = bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $activity_obj->item_id . '/ ';3033 $link = bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $activity_obj->item_id . '/#acomment-' . $activity_obj->id; 3034 3034 } else { 3035 3035 $link = bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $activity_obj->id . '/';
Note: See TracChangeset
for help on using the changeset viewer.