Changeset 3610 for trunk/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 12/29/2010 03:22:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r3600 r3610 863 863 return false; 864 864 865 $latest_update = '"' . apply_filters( 'bp_get_activity_latest_update_excerpt', trim( strip_tags( bp_create_excerpt( $update['content'], 40 ) ) ) ) . '"';865 $latest_update = '"' . apply_filters( 'bp_get_activity_latest_update_excerpt', trim( strip_tags( bp_create_excerpt( $update['content'], 180 ) ) ) ) . '"'; 866 866 $latest_update .= ' · <a href="' . $bp->root_domain . '/' . BP_ACTIVITY_SLUG . '/p/' . $update['id'] . '/"> ' . __( 'View', 'buddypress' ) . '</a>'; 867 867 … … 1102 1102 1103 1103 if ( 'activity_update' == $activities_template->activity->type ) 1104 $title .= ': ' . strip_tags( bp_create_excerpt( $activities_template->activity->content, 15) );1104 $title .= ': ' . strip_tags( bp_create_excerpt( $activities_template->activity->content, 70 ) ); 1105 1105 1106 1106 return apply_filters( 'bp_get_activity_feed_item_title', $title );
Note: See TracChangeset
for help on using the changeset viewer.