1.2.X RSS 裡的標題會變成亂碼

五月 23rd, 2010 in 修正 by levin

請將 /buddypress/bp-activity/bp-activity-templatetags.php

第 910 行

 $title = trim( strip_tags( html_entity_decode( utf8_encode( $content[0] ) ) ) );

轉為

 $title = trim( strip_tags( html_entity_decode( $content[0] ) ) );

這問題早已送出 trac ticket, 但沒有相關跟進,可以暫時使用這方法解決。

http://trac.buddypress.org/ticket/1983

標籤: No Comments »