Skip to:
Content

BuddyPress.org

Changeset 8219


Ignore:
Timestamp:
03/30/2014 11:23:06 PM (11 years ago)
Author:
djpaul
Message:

Activity: in the kses filter, img.class is listed twice; remove this duplicate to tidy up the list.

Fixes #5476, props mpa4hu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-filters.php

    r8156 r8219  
    183183    $activity_allowedtags['img']['src']    = array();
    184184    $activity_allowedtags['img']['alt']    = array();
    185     $activity_allowedtags['img']['class']  = array();
    186185    $activity_allowedtags['img']['width']  = array();
    187186    $activity_allowedtags['img']['height'] = array();
Note: See TracChangeset for help on using the changeset viewer.