Hi!
In my site, the register is opened to visitors. With this, they can publish content. But I'm having a problem with this...
When somebody that is not admin send a post to moderation, and I (admin) publish it, if there are some class or id in XHTML tags, that aren't publish.
For example: if someone publish a post with <p class="not_download">Download</p>, when I publish, it appear at blog as <p>Download</p>.
How I correct this issue?
[]'s!