[buddypress-trac] [BuddyPress] #2680: RSS feed is blank
    buddypress-trac at lists.automattic.com 
    buddypress-trac at lists.automattic.com
       
    Thu Oct 21 12:05:27 UTC 2010
    
    
  
#2680: RSS feed is blank
--------------------+-------------------------------------------------------
 Reporter:  chouf1  |       Owner:       
     Type:  defect  |      Status:  new  
 Priority:  normal  |   Milestone:  1.2.6
Component:  Core    |    Keywords:  rss  
--------------------+-------------------------------------------------------
 when in french, BP activity RSS feed is blank
 This bug was gone a few version behind, but is back again... i don't
 really know why. Seems that an accent problem with UTF-8 is occuring....
 In the past, i could replace in function bp_activity_feed_item_description
 the line:
 return apply_filters( 'bp_get_activity_feed_item_description',
 html_entity_decode( str_replace( '%s', '', $content ) ) );
 by
 return apply_filters( ‘bp_get_activity_feed_item_description’,
 html_entity_decode( str_replace( '%s','', $content ), ENT_COMPAT, 'UTF-8'
 ) );
 this is no more working.
-- 
Ticket URL: <https://trac.buddypress.org/ticket/2680>
BuddyPress <http://buddypress.org/>
BuddyPress
    
    
More information about the buddypress-trac
mailing list