Correctly capitalize JavaScript throughout core docs.

Fixes #30569.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2014-12-02 00:31:22 +00:00
parent d16c8cf1fc
commit ad297dab6d
15 changed files with 22 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30694';
$wp_version = '4.1-beta2-30695';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.