Thanks for this, sadly the code you have posted has been stripped in your post.
Could you try posting it again and/or post the code to pastebin.com, a Gist on GitHub
Better still you could create a ticket over at Trac and submit your patch directly for us.
https://bbpress.trac.wordpress.org/
How very odd…. I’ll raise a ticket over at Trac
Did you end up creating this ticket at trac?
If not (as I cant find it) could you repost your fix here or pastebin etc and I’ll submit it as a patch.
Thanks for that… I couldn’t find it 😉
Sorry, I lost sight of this… there’s another bug – you use
get_option( 'rss_language' );
which no longer works…. it needs to be changed to:
bloginfo_rss( 'language' )
I can raise another trac ticket when I get home if you like
Steve
@steveatty – Fixed in trunk. Thanks!