Ok, as far as I can tell, the underscore is new part of the censorship option in 2.2.6. (The file attachment in the first post has been updated.) Please test this and let me know if it fixes your problem.
If you want to be able to use the SPACE button in 2.2.6, you can go to your admin/functions.php and replace this line:
PHP Code:
$text = str_replace(chr(160), '_', $text);
with this line:
PHP Code:
// $text = str_replace(chr(160), '_', $text);
Quote:
Originally posted by vdinh
Same problem ... If I use this hack for version 2.2.6, it replace the space created by the hacked button with an underscore _ ...
|