[buddypress-trac] [BuddyPress] #1983: i18n title in Activity RSS feed is broken
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Feb 17 10:22:14 UTC 2010
#1983: i18n title in Activity RSS feed is broken
---------------------------+------------------------------------------------
Reporter: levinng | Owner:
Type: defect | Status: new
Priority: blocker | Milestone: 1.2.1
Keywords: RSS, i18n, 1.2 |
---------------------------+------------------------------------------------
Comment(by levinng):
buddypress/bp-activity/bp-activity-templatetags.php
problem solved while change line 901 from
$title = trim( strip_tags( html_entity_decode(
utf8_encode( $content[0] ) ) ) );
to
$title = trim( strip_tags( html_entity_decode( $content[0] )
) );
--
Ticket URL: <http://trac.buddypress.org/ticket/1983#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list