#3319 closed defect (bug) (no action required)
Again bad RSS in 1.2.9
| Reported by: | chouf1 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Activity | Version: | |
| Severity: | normal | 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 ) ) ) );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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