Changeset 2355
- Timestamp:
- 01/19/2010 11:59:56 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r2344 r2355 572 572 573 573 $latest_update = '"' . strip_tags( bp_create_excerpt( $update['content'], 40 ) ) . '"'; 574 $latest_update .= ' · <a href="' . $bp->root_domain . '/' . BP_ACTIVITY_SLUG . '/p/' . $update['id'] . '/"> ' . __( 'View Thread', 'buddypress' ) . '</a>';574 $latest_update .= ' · <a href="' . $bp->root_domain . '/' . BP_ACTIVITY_SLUG . '/p/' . $update['id'] . '/"> ' . __( 'View', 'buddypress' ) . '</a>'; 575 575 576 576 return apply_filters( 'bp_get_activity_latest_update', $latest_update );
Note: See TracChangeset
for help on using the changeset viewer.