diff --git a/wp-admin/about.php b/wp-admin/about.php index e60c56b3c3..13269ad58f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -108,7 +108,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -146,7 +146,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index aa2b45ffd1..2e09780032 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49769'; +$wp_version = '5.7-alpha-49770'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.