24Dec/090
Wordpress rich text editor issues
Are you having issues with the wp-admin backend of Wordpress? Is your rich text editor broken? or are some style elements not quite what they're supposed to be?
Try downloading the wordpress package from Wordpress.org ,
delete the wp-admin / wp-includes directory from your FTP,and reupload the correct files.
If you're still getting javascript errors ( like a broken editor, stuck in Visual mode with white text) , you could try adding the following to your wp-config.php
define('CONCATENATE_SCRIPTS', false );
ordefine('SCRIPT_DEBUG', true);