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

@@ -1608,7 +1608,7 @@ document.body.className = c;
function iframe_footer() {
/*
* We're going to hide any footer output on iFrame pages,
* but run the hooks anyway since they output Javascript
* but run the hooks anyway since they output JavaScript
* or other needed content.
*/
?>
@@ -1949,7 +1949,7 @@ final class WP_Internal_Pointers {
}
/**
* Print the pointer javascript data.
* Print the pointer JavaScript data.
*
* @since 3.3.0
*