When outputting JS with a Content-Type header:

`text/javascript` is obsolete, `application/x-javascript` was experimental. `application/javascript` is the recommended type per RFC 4329.

Props sergej.mueller.
Fixes #29196.

Built from https://develop.svn.wordpress.org/trunk@31029


git-svn-id: http://core.svn.wordpress.org/trunk@31010 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-01-03 02:57:21 +00:00
parent 2d7c3eec73
commit 618c5b4333
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31028';
$wp_version = '4.2-alpha-31029';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.