Skip to:
Content

BuddyPress.org

Changeset 11592


Ignore:
Timestamp:
06/20/2017 08:27:44 PM (7 years ago)
Author:
r-a-y
Message:

Activity: Support <ol>, <ul> and <li> in activity content.

Fixes #7538.

File:
1 edited

Legend:

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

    r11564 r11592  
    231231    $activity_allowedtags['span']['data-livestamp'] = array();
    232232
     233    $activity_allowedtags['ul'] = array();
     234    $activity_allowedtags['ol'] = array();
     235    $activity_allowedtags['li'] = array();
    233236
    234237    /**
Note: See TracChangeset for help on using the changeset viewer.