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 );

Leave a Reply

Your email address will not be published. Required fields are marked *