I have a WordPress (2.0.4) blog that's been commercially hosted for several months, so I'm not entirely a novice with WordPress.
I also just set up a WordPress hosted blog and am experiencing a weird problem I've never seen on our commercially hosted WordPress blog.
If I attempt to edit a comment (which BTW will only display as html, unlike our other WordPress blog) and then save, it breaks all the paragraph breaks.
In checking the html it strips all the </p> tags and replaces them with <br />. But the weird thing is it doesn't strip out every single one of the <p> tags along with all the </p> tags. Very weird. How is this html or xhtml compliant?
So I tried using two consecutive <br /> tags. No dice on that either! GRRRRR! What is going on? Does this mean that I'm stuck with never ever being able to edit any comments?