#3319 closed defect (bug) (no action required)
Again bad RSS in 1.2.9
Reported by: | chouf1 | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | |
Cc: |
Description
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 ) ) ) );
Change History (2)
Note: See
TracTickets for help on using
tickets.
The fix you refer to went into trunk, which will make it part of the 1.3 release. It wasn't intended to go in 1.2.8