Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Slashes being added in front of apostrophes

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.

Skip to toolbar