diff --git a/wp-includes/theme-compat/footer.php b/wp-includes/theme-compat/footer.php index 833015d874..53f6d31373 100644 --- a/wp-includes/theme-compat/footer.php +++ b/wp-includes/theme-compat/footer.php @@ -32,7 +32,7 @@ _deprecated_file( - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 39a758084f..d5ec3dd88d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47797'; +$wp_version = '5.5-alpha-47798'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.