Important bugfix on v0.5 : if you downloaded b2-v0.5-20011005, and found a problem with numerous slashes in your post, either re-download it and change your b2templates.functions.php file, or follow these steps:
Open b2templates.function.php in a
text editor, and look for line #135. Replace this line:
echo $postdata["Content"];
with this one:
echo stripslashes($postdata["Content"]);
And that's it, no more extra slashes.
michel v @ 02:08:21 130
7 comments,
11 trackbacks,
no pingback
No Pingback on this post so far.