Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,455
- How-to & Troubleshooting
- 127,658
- Creating & Extending
- 25,621
- Requests & Feedback
- 9,375
- Third Party Plugins
- 9,703
- Showcase
- 3,317
- Ideas
- 1,315
- Miscellaneous
- 8,824
-
RebootNow is correct.
You can temporarily fix this by swapping out the html_entity_decode() function for utf8_decode().
Change
$content = @html_entity_decode( $content, ENT_COMPAT, "UTF-8" );
to:
$content = utf8_decode( $content);
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS