]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/load-styles.php
WordPress 3.9.2-scripts
[autoinstalls/wordpress.git] / wp-admin / load-styles.php
index 75e655c4d4b6b7491bb235af305182699a67dda9..64ae474199d13d02b21357ba197137074850ccc9 100644 (file)
@@ -134,7 +134,7 @@ foreach( $load as $handle ) {
        }
 }
 
-header('Content-Type: text/css');
+header('Content-Type: text/css; charset=UTF-8');
 header('Expires: ' . gmdate( "D, d M Y H:i:s", time() + $expires_offset ) . ' GMT');
 header("Cache-Control: public, max-age=$expires_offset");