Opened 12 years ago
Closed 10 years ago
#4700 closed defect (bug) (wontfix)
bp_get_group_description_excerpt should use the filtered group description
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Groups | Keywords: | close |
Cc: |
Description
bp_get_group_description_excerpt() doesn't use the filtered group description. This is a problem e.g. for multilingual group descriptions, that needs to pass through a filter first.
Attachments (1)
Change History (5)
#2
@
12 years ago
- Keywords needs-refresh needs-patch added; has-patch commit removed
- Milestone changed from 1.7 to Future Release
magnus78, thanks for the patch. I've reviewed it, and it doesn't account for the $group parameter which can be set. This may have been why this function was built like this. Can you take a look, and see if there's a solution? We may just need to run the group description filter in this function.
I've moved this out of 1.7, but if we get a good patch, it can go back.
proposed fix