How to fix admin stylesheet muck-up? [closed]

I had the same issue just a moment ago on a local MAMP install of WP, added the following line to my wp-config.php and it fixed it for me:

define('CONCATENATE_SCRIPTS', false );

Leave a Comment