If jQuery doesn’t load in wp-admin
Try this:
Add this to /wp-admin/load-scripts.php:
?>
And add this to /wp-config.php (just above the “require_once” line)
define('CONCATENATE_SCRIPTS', false );
Try this:
Add this to /wp-admin/load-scripts.php:
?>
And add this to /wp-config.php (just above the “require_once” line)
define('CONCATENATE_SCRIPTS', false );