Wordpress Visual Editor does not appear
In my case, this line (pasted as the last line of wp-config.php) worked like a charm:
define('CONCATENATE_SCRIPTS', false );
I found the solution here: Visual Editor does not appear
I hope it helps anyone!
In my case, this line (pasted as the last line of wp-config.php) worked like a charm:
define('CONCATENATE_SCRIPTS', false );
I found the solution here: Visual Editor does not appear
I hope it helps anyone!