[buddypress-trac] [BuddyPress Trac] #6495: Group - allowed class tag is coded twice
buddypress-trac
noreply at wordpress.org
Thu Jun 11 12:57:56 UTC 2015
#6495: Group - allowed class tag is coded twice
--------------------------------+-------------------
Reporter: danbp | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.3.2
Component: Component - Groups | Version: 2.3.1
Severity: normal | Keywords:
--------------------------------+-------------------
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 !
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6495>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list