Ticket #647: 647-patch.diff
| File 647-patch.diff, 405 bytes (added by , 17 years ago) |
|---|
| Line | |
|---|---|
| 1 | @@ -246,7 +246,7 @@ |
| 2 | function bp_activity_feed_item_description() { |
| 3 | global $activities_template; |
| 4 | |
| 5 | - echo apply_filters( 'bp_activity_feed_item_description', sprintf( html_entity_decode( $activities_template->activity->content, '' ) ) ); |
| 6 | + echo apply_filters( 'bp_activity_feed_item_description', sprintf( html_entity_decode( $activities_template->activity->content, ENT_COMPAT, "UTF-8" ) ) ); |
| 7 | } |
| 8 | |
| 9 |