Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/04/2009 01:07:11 PM (15 years ago)
Author:
apeatling
Message:

Fixes #647 props lancewillett

File:
1 edited

Legend:

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

    r1265 r1310  
    247247    global $activities_template;
    248248
    249     echo apply_filters( 'bp_activity_feed_item_description', sprintf( html_entity_decode( $activities_template->activity->content, '' ) ) );   
     249    echo apply_filters( 'bp_activity_feed_item_description', sprintf( html_entity_decode( $activities_template->activity->content, ENT_COMPAT, 'UTF-8' ) ) );   
    250250}
    251251
Note: See TracChangeset for help on using the changeset viewer.