[buddypress-trac] [BuddyPress] #3319: Again bad RSS in 1.2.9

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed Jul 6 23:17:06 UTC 2011


#3319: Again bad RSS in 1.2.9
----------------------+-----------------------------
 Reporter:  chouf1    |      Owner:
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:  Awaiting Review
Component:  Activity  |    Version:
 Keywords:            |
----------------------+-----------------------------
 Sorry to tell that the 1.2.9 RSS feeds are wrong again for accentuated
 caracters.

 The patch here
 http://buddypress.trac.wordpress.org/attachment/ticket/2194/2194.002.diff

 is not applied in the files.

 Was solved here:
 http://buddypress.trac.wordpress.org/ticket/2194

 Please use the right code:

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

 and

 return apply_filters( 'bp_get_activity_feed_item_description', ent2ncr(
 convert_chars( str_replace( '%s', '', $content ) ) ) );

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3319>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list