Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/13/2009 01:01:37 AM (16 years ago)
Author:
apeatling
Message:

Initial support for threaded activity stream commenting. Some major performance improvements around fetching profile and group data.

File:
1 edited

Legend:

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

    r2077 r2088  
    1919    $activity_allowedtags['span'] = array();
    2020    $activity_allowedtags['span']['class'] = array();
     21    $activity_allowedtags['div'] = array();
     22    $activity_allowedtags['div']['class'] = array();
     23    $activity_allowedtags['div']['id'] = array();
    2124    $activity_allowedtags['a']['class'] = array();
    2225    $activity_allowedtags['img'] = array();
Note: See TracChangeset for help on using the changeset viewer.