http://plugins.baptiste.us/forums/
I verified in the database that the href attribute is gone in the record – it’s not ‘hidden’ it’s stripped out. I verified this using a simple echo stmt before and after the filter call and commented out each filter one by one. When kses got commented out – the link returned and worked normally.
It’s happening in the kses pre_post filter. If I comment out the bb_filter_kses add_action in default-filters, the link stays. I see a and href in the allowed_tags array. No clue why it would suddenly yank it out. Been browsing the SVN repository looking for recent changes – don’t see anything major. Very very strange.
I tested it multiple times. 100% correct syntax.
a href=”http://url.here” link text /a
No missing quotes, etc. The href attribute is just gone when you submit/edit a post. I’ll dig some more.