diff --git a/wp-admin/about.php b/wp-admin/about.php index ee86de808c..b72d11df46 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -125,7 +125,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

+

@@ -155,7 +155,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 24d31d22d1..1a2c0480a8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-RC1-48720'; +$wp_version = '5.5-RC1-48723'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.