Hi all,
I have not experienced this happen before and I am not sure if the behaviour has changed in thematic or in WP.
In the Theme Options - Text In Footer section I entered some html (several div's with Ids to apply css to).
However when saving changes the IDs given to the the div tags are stripped out.
ie
<div id='footer_address'>Address stuff</div>
becomes
<div>Address stuff</div>
I'm sure it didn't use to do this.
I realise I can use my own function to replace the content here, but it is annoying that the footer text dialog won't accept IDs on tags.
Using WP 3.4.2 and Thematic 1.0.3.1
Anyone know when this changed?
If it is WP or Thematic?
Can I change the behaviour of the footer text dialog? (ie not stripping the ID attribute from HTML tags)
Cheers,