Opened 10 years ago
Closed 9 years ago
#6495 closed defect (bug) (fixed)
Group - allowed class tag is coded twice
Reported by: | danbp | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 2.4 | Priority: | low |
Severity: | minor | Version: | 1.2 |
Component: | Groups | Keywords: | good-first-bug has-patch |
Cc: | danco38@… |
Description
in bp-groups-filters.php:90
// Add our own tags allowed in group descriptions $allowed_tags['a']['class'] = array(); $allowed_tags['img'] = array(); $allowed_tags['img']['src'] = array(); $allowed_tags['img']['alt'] = array(); $allowed_tags['img']['class'] = array(); $allowed_tags['img']['width'] = array(); $allowed_tags['img']['height'] = array(); $allowed_tags['img']['class'] = array(); $allowed_tags['img']['id'] = array(); $allowed_tags['code'] = array();
there is one to many !
Attachments (1)
Change History (4)
#1
@
9 years ago
- Keywords good-first-bug added
- Milestone changed from 2.3.2 to 2.4
- Owner set to r-a-y
- Priority changed from normal to low
- Severity changed from normal to minor
- Status changed from new to assigned
- Version changed from 2.3.1 to 1.2
Note: See
TracTickets for help on using
tickets.
Nice catch, danbp!
Since this was introduced in v1.2.0 (r2663), we'll get to this in 2.4.0.