WordPress 3.5 Add Media Button Not Working – Here’s the Fix!

Code needed to fix the WordPress Add Media Button
Screen shot of code needed to fix the WordPress Add Media Button
We’ll I spent an hour reading forums and searching the internet for answers on this one.  Here’s the solution that worked for me:

Essentially you need to add one line of code to your “wp-config.php” file, which is located in the root of your WordPress Install.

Add this line of code:
define(‘CONCATENATE_SCRIPTS’, false );

I placed the line of code just below this string:
require_once(ABSPATH . ‘wp-settings.php’);

Hope this helps!



Comments

2 responses to “WordPress 3.5 Add Media Button Not Working – Here’s the Fix!”

  1. Hello mate, very nice and informative article you have shared with all of us. I appreciate your efforts. Thanks

  2. Hi, you just saved another life… Thanks! 😀

Leave a Reply

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