Docs: Correct typos in JavaScript wordmark.
Fixes documentation and comment references to capitalize JavaScript in accordance with the wordmark. Props peterwilsoncc, mukesh27, dmsnell. See #60699. Built from https://develop.svn.wordpress.org/trunk@58397 git-svn-id: http://core.svn.wordpress.org/trunk@57846 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4cbe355f0b
commit
25c4ce9479
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Javascript Loader Class
|
* JavaScript Loader Class
|
||||||
*
|
*
|
||||||
* Allow `async` and `defer` while enqueuing Javascript.
|
* Allow `async` and `defer` while enqueuing JavaScript.
|
||||||
*
|
*
|
||||||
* Based on a solution in WP Rig.
|
* Based on a solution in WP Rig.
|
||||||
*
|
*
|
||||||
|
|
|
@ -294,8 +294,8 @@
|
||||||
*
|
*
|
||||||
* The special elements are:
|
* The special elements are:
|
||||||
* - `SCRIPT` whose contents are treated as raw plaintext but supports a legacy
|
* - `SCRIPT` whose contents are treated as raw plaintext but supports a legacy
|
||||||
* style of including Javascript inside of HTML comments to avoid accidentally
|
* style of including JavaScript inside of HTML comments to avoid accidentally
|
||||||
* closing the SCRIPT from inside a Javascript string. E.g. `console.log( '</script>' )`.
|
* closing the SCRIPT from inside a JavaScript string. E.g. `console.log( '</script>' )`.
|
||||||
* - `TITLE` and `TEXTAREA` whose contents are treated as plaintext and then any
|
* - `TITLE` and `TEXTAREA` whose contents are treated as plaintext and then any
|
||||||
* character references are decoded. E.g. `1 < 2 < 3` becomes `1 < 2 < 3`.
|
* character references are decoded. E.g. `1 < 2 < 3` becomes `1 < 2 < 3`.
|
||||||
* - `IFRAME`, `NOSCRIPT`, `NOEMBED`, `NOFRAME`, `STYLE` whose contents are treated as
|
* - `IFRAME`, `NOSCRIPT`, `NOEMBED`, `NOFRAME`, `STYLE` whose contents are treated as
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-beta2-58396';
|
$wp_version = '6.6-beta2-58397';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue