Skip to:
Content

BuddyPress.org

Changeset 2672


Ignore:
Timestamp:
02/11/2010 01:33:06 PM (15 years ago)
Author:
apeatling
Message:

Allow title attribute in image tags. Fixes #1910

File:
1 edited

Legend:

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

    r2369 r2672  
    5959    $activity_allowedtags['img']['class'] = array();
    6060    $activity_allowedtags['img']['id'] = array();
     61    $activity_allowedtags['img']['title'] = array();
    6162    $activity_allowedtags['code'] = array();
    6263
Note: See TracChangeset for help on using the changeset viewer.