]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/wp-tinymce.php
WordPress 4.4
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / wp-tinymce.php
index 922df9fc150d94d3102f041914ae68aab44cc2bc..ea58e682d08a0d8499ced9e9f23d5a44923bd65b 100644 (file)
@@ -21,7 +21,7 @@ function get_file($path) {
 
 $expires_offset = 31536000; // 1 year
 
-header('Content-Type: application/x-javascript; charset=UTF-8');
+header('Content-Type: application/javascript; charset=UTF-8');
 header('Vary: Accept-Encoding'); // Handle proxies
 header('Expires: ' . gmdate( "D, d M Y H:i:s", time() + $expires_offset ) . ' GMT');
 header("Cache-Control: public, max-age=$expires_offset");