Forums
-
- Forum
- Posts
-
- Installation
- 28,417
- Troubleshooting
- 62,415
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
Easy fix (hack) in bb-includes/template-functions.php, update this function to look like this:
function get_post_text() {
global $bb_post;
return stripslashes($bb_post->post_text);
}
May be an artifact of the wordpress integration – not sure.