Opened 7 years ago
Closed 7 years ago
#7577 closed defect (bug) (fixed)
Group description truncated even below default of 225
Reported by: | r-a-y | Owned by: | hnla |
---|---|---|---|
Milestone: | 2.9.1 | Priority: | normal |
Severity: | normal | Version: | 2.9.0 |
Component: | Groups | Keywords: | has-patch commit |
Cc: |
Description
Reported here:
https://buddypress.org/support/topic/2-9-group-description-turncoated/
On group main page the group description get shorted even below default of 225
Needs investigating.
Attachments (1)
Change History (9)
#1
@
7 years ago
- Milestone changed from Awaiting Review to 2.9.1
Version 0, edited 7 years ago
by
(next)
#4
@
7 years ago
- Keywords has-patch added; needs-testing removed
I've verified the issue. Problem is we are not passing the default length of 225 to the bp_get_group_description_excerpt()
function.
Attached patch fixes this up.
Note: See
TracTickets for help on using
tickets.