Hi all
The latest version of WordPress is behaving oddly - when i try and add a ' or a " character to the text widget, it adds a \.
If i click save 3 times, it will add an extra \ to every \ that's there so it looks like this:
Text:
"
*click save*
Text Returned:
\"
*click save*
Text Returned:
\\\"
*click save*
Text Returned:
\\\\\\\"
*click save*
Text Returned:
\\\\\\\\\\\\\\\"
and so on. It seems to be stuck in some sort of loop that just keeps adding \'s to any character it doesn't like.
The odd thing is, i added a plugin called PHP Code, and it behaves the same - thereby breaking any php you might put in there. I also tried installing HTML RAW, but that didn't work.
Anyone else getting this? please help!