diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 375cac2d44..f5092eec3a 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -807,7 +807,7 @@ $_old_files = array( * @since 4.7.0 New themes were not automatically installed for 4.4-4.6 on * upgrade. New themes are now installed again. To disable new * themes from being installed on upgrade, explicitly define - * CORE_UPGRADE_SKIP_NEW_BUNDLED as false. + * CORE_UPGRADE_SKIP_NEW_BUNDLED as true. * @global array $_new_bundled_files * @var array * @name $_new_bundled_files diff --git a/wp-includes/version.php b/wp-includes/version.php index 1046f61def..b2e031517d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47006'; +$wp_version = '5.4-alpha-47007'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.