Opened 11 years ago
Closed 11 years ago
#6495 closed defect (bug) (fixed)
Group - allowed class tag is coded twice
| Reported by: | danbp | Owned by: | r-a-y |
|---|---|---|---|
| Priority: | low | Milestone: | 2.4 |
| Component: | Groups | Version: | 1.2 |
| Severity: | minor | 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Nice catch, danbp!
Since this was introduced in v1.2.0 (r2663), we'll get to this in 2.4.0.