Multiple Content Blocks plugin losing newlines in admin (again)
-
This is a resurrected version of This Post. I thought I had it fixed. One week with no problems and now it’s come back again.
I’m using Multiple Content Blocks plugin (the only plugin in my system).
I’m finding that occasionally (enough to be unacceptable) when editting page content the new lines (p and br tags) are lost.
Checking in the database the way it should be working seems to be thus:
– that when reading the record off the database wp_postmeta table it should convert hex 0D 0A (c/r, n/l) into br and p tags.
– when displaying the edit field these p and br tags are shown as newlines in the text version of the display, but it suppresses the br tags in the html version. Sometimes however this seems to fail, and the newlines are not shown and the br and internal p tags are therefore lost.
– when I press update. it saves the edit field with p and br tags replaced by hex 0D 0A. If however the newlines have been lost at the display stage, then the text is written back with no newlines in it.Has anyone met a similar problem, or got any ideas?
The topic ‘Multiple Content Blocks plugin losing newlines in admin (again)’ is closed to new replies.