Bundled Themes: Ensure Twenty Twenty's main script loads in head for WP<6.3.

Amends [56556].
Props westonruter, flixos90, peterwilsoncc.
Fixes #59316.

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


git-svn-id: http://core.svn.wordpress.org/trunk@56081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2023-09-13 22:16:25 +00:00
parent ca8a033079
commit 178e6722fe
2 changed files with 9 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56568';
$wp_version = '6.4-alpha-56569';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.