Changeset 4989 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 08/16/2011 11:33:09 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r4961 r4989 1537 1537 1538 1538 if ( 'activity_update' == $activities_template->activity->type ) 1539 $title .= ': ' . strip_tags( ent2ncr( trim( convert_chars( bp_create_excerpt( $activities_template->activity->content, 70, true, " […]") ) ) ) );1539 $title .= ': ' . strip_tags( ent2ncr( trim( convert_chars( bp_create_excerpt( $activities_template->activity->content, 70, array( 'ending' => " […]" ) ) ) ) ) ); 1540 1540 1541 1541 return apply_filters( 'bp_get_activity_feed_item_title', $title );
Note: See TracChangeset
for help on using the changeset viewer.