hi
iam trying to stop wordpress to filter out id-tags from image or href-tags posted by autors
so after publishing a post '<img id="image11" becomes '<img src='
this doesent happen with posts by admins or editors
i tryed to remove the filter wptexturize on the publish_post event
but it doesent work
i also not shure if wptexturize is the reponsible filter
how can i switch this filter off ?
thanx for helping