Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Remove permalink ‘view’ link from Profile Container request


Roger Coathup
Participant

@rogercoathup

oh, we removed the bp_create_excerpt() call as well, as we want to show the whole update:

Change:
$latest_update = trim( strip_tags( bp_create_excerpt( $update, 40 ) ) );
to
$latest_update = trim( strip_tags( $update ) );

Skip to toolbar