Hello,
I have the following problem:
- when I add a new post, backslashed are added before quotes and before single quotes.
This happens both when editing in visual or in HTML mode.
I did some research already; it's not a magic quote issue, phpinfo() reports magic_quote_* to be off. I also changed my wp-config.php to contain:
define('DB_CHARSET', '');
define('DB_COLLATE', '');
as I saw from another place that this might cause problems; my DB is in UTF-8. This made no difference anyway.
So... I'm at a loss... any help welcome,
Yann