diff --git a/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php b/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php index 086d53ed2c..48815a6f3a 100644 --- a/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php +++ b/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php @@ -1,8 +1,8 @@ ' )`. + * style of including JavaScript inside of HTML comments to avoid accidentally + * closing the SCRIPT from inside a JavaScript string. E.g. `console.log( '' )`. * - `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`. * - `IFRAME`, `NOSCRIPT`, `NOEMBED`, `NOFRAME`, `STYLE` whose contents are treated as diff --git a/wp-includes/version.php b/wp-includes/version.php index e5d7607f6d..b7fe464a27 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.