Re: Problem with BuddyPress Album+
Here’s the original code “
I’ve wrap it in stripslashes like this
`<?php
$str = bp_album_picture_desc();
echo stripslashes($str);
?>`
It’s still displaying the /, maybe there’s something to fix in the box where I write/edit the description ? If I try to write/edit something with a ‘ it’s automatically giving me an error message and correcting the sentence with a /.