diff --git a/wp-admin/about.php b/wp-admin/about.php index 730ce6b28d..1feb113f15 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -21,13 +21,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
@@ -42,45 +40,48 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
+
- -
-- -
-- -
-- -
-- -
+ ++ +
++ + +
++ +
++ +
+Gutenberg plugin. You’ll get to be the first to use new and exciting features in the block editor, before anyone else has seen them!' ); ?>
+Gutenberg plugin. You’ll get to be the first to use new and exciting features in the block editor, before anyone else has seen them!' ); ?>
@@ -174,16 +189,20 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- WordPress 5.4 Field Guide.' ), - 'https://make.wordpress.org/core/?p=80034' - ); - ?> -
++ WordPress 5.4 Field Guide.' ), + 'https://make.wordpress.org/core/?p=80034' + ); + ?> +
+@@ -69,7 +67,7 @@ $credits = wp_credits();
diff --git a/wp-admin/privacy.php b/wp-admin/privacy.php index f99bdbce1b..09248661bb 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -20,13 +20,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
diff --git a/wp-includes/version.php b/wp-includes/version.php index b27bb33d47..bd4ee5060b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47474'; +$wp_version = '5.5-alpha-47475'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.