This will resolve the black diamond whitespace issue.
editing wp-config.php and commenting out the lines:
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
Simon Guetta
This will resolve the black diamond whitespace issue.
editing wp-config.php and commenting out the lines:
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
Simon Guetta