Changeset 4859
- Timestamp:
- 07/25/2011 09:44:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-template.php
r4858 r4859 548 548 return false; 549 549 550 $update_content = apply_filters( 'bp_get_activity_latest_update', sprintf( _x( '- " %s"', 'member latest update in member directory', 'buddypress' ), trim( strip_tags( bp_create_excerpt( $update['content'], $length ) ) ) ) );550 $update_content = apply_filters( 'bp_get_activity_latest_update', sprintf( _x( '- "%s"', 'member latest update in member directory', 'buddypress' ), trim( strip_tags( bp_create_excerpt( $update['content'], $length ) ) ) ) ); 551 551 552 552 if ( $view_link && !empty( $update['id'] ) && bp_is_active( 'activity' ) )
Note: See TracChangeset
for help on using the changeset viewer.