Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3319 closed defect (bug) (no action required)

Again bad RSS in 1.2.9

Reported by: chouf1's profile 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)

#1 @DJPaul
13 years ago

  • Resolution set to invalid
  • Status changed from new to closed

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

#2 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 1.5
  • Severity set to normal

Moving closed ticket out of Awaiting Review.

Note: See TracTickets for help on using tickets.