diff --git a/wp-admin/about.php b/wp-admin/about.php index cd10d8f81e..87302095b0 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -37,8 +37,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; -
-

@@ -56,11 +54,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-
-
-
- +
+

@@ -88,16 +84,16 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-
- +
+
-
- +
+
-
+

@@ -110,28 +106,28 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +

- +

- +

-
- +
+

@@ -158,14 +154,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-
- +
+
-
- +
+

@@ -177,6 +173,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

+
+

@@ -256,9 +254,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
+
@@ -284,7 +282,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
+

-
+

-
+

- - - + diff --git a/wp-admin/images/about-header-freedoms.svg b/wp-admin/images/about-header-freedoms.svg index d756f2cf08..ef669888ab 100644 --- a/wp-admin/images/about-header-freedoms.svg +++ b/wp-admin/images/about-header-freedoms.svg @@ -1,6 +1,6 @@ - - - - - + diff --git a/wp-admin/images/about-header-privacy.svg b/wp-admin/images/about-header-privacy.svg index b418dbfe79..658a070034 100644 --- a/wp-admin/images/about-header-privacy.svg +++ b/wp-admin/images/about-header-privacy.svg @@ -1,5 +1,4 @@ - - - - + diff --git a/wp-includes/version.php b/wp-includes/version.php index c0f218c608..5497c7945b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53378'; +$wp_version = '6.1-alpha-53382'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.