Changeset 4863
- Timestamp:
- 07/25/2011 11:15:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r4849 r4863 1286 1286 return false; 1287 1287 1288 $latest_update = apply_filters( 'bp_get_activity_latest_update_excerpt', '"' . trim( strip_tags( bp_create_excerpt( $update['content'], 358 ) ) ) . '"');1288 $latest_update = apply_filters( 'bp_get_activity_latest_update_excerpt', trim( strip_tags( bp_create_excerpt( $update['content'], 358 ) ) ) ); 1289 1289 $latest_update .= ' <a href="' . bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $update['id'] . '/"> ' . __( 'View', 'buddypress' ) . '</a>'; 1290 1290
Note: See TracChangeset
for help on using the changeset viewer.