Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can I make the member update excerpts longer?

Thanks, I found the line of code (line 376)

`$update_content = apply_filters( ‘bp_get_activity_latest_update’, strip_tags( bp_create_excerpt( $update, $length ) ) );`

and deleted `, $length` at the end and it worked perfectly.

Skip to toolbar