Just upgraded to WP 3.0.5. .... and now I cannot insert img tags in comments. They just eaten up by the WP - source code in the published comment is empty.
I tried different themes - same result.
Also I tried to insert images using filter add_filter("comment_text",...) (I develop plugin which renders LaTeX equations into images) - same result.
Under admin or logged out - same result.
Also, I cannot see img tags in comments when I browse them through admin ("Comments" menu) and in front-end pages/posts.
And one more - pre tags in comments also are being eaten up by WP 3.0.5 - nothing get through sanitization/security enhancement???
I have strong feeling this is related to new feature of WP 3.0.5:
"Enhancement: Force HTML filtering on comment text in the admin"
Any idea what is going on?