I'm loving the Advanced Custom Fields plugin:
http://wordpress.org/extend/plugins/advanced-custom-fields/
However, I'm seeing two problems with the handling of line breaks in field type "Text Area".
(1) With formatting set to "auto <br />", newlines in my data are not being rendered as <br /> on the page.
(2) With formatting set to "HTML", if I enter a <br /> tag then the line break displays as expected after the first edit. However, on subsequent edits the "<br />" code has been removed from the data and my line break is lost. As far as I can tell, other HTML tags (<a>, <strong>, etc.) are unaffected.
Anybody else seeing these?
I am using Advanced Custom Fields 3.0.2 with WordPress 3.2.1.