From cfba8e58508b7fb4ef314f2e5f8df711972e3456 Mon Sep 17 00:00:00 2001 From: ryelle Date: Tue, 13 Jul 2021 16:18:59 +0000 Subject: [PATCH] Help/About: Update the About section for 5.8. Update the image links to use the CDN. Use regular text color for headings. Fix two string issues. Remove unnecessary wp-components script & style. Use a larger image for theme.json on retina screens, and update the spacing of sections on the page. Props nao, audrasjb, karmatosed, desrosj, javiarce, milana_cap. Merges [51413] and [51418] to the 5.8 branch. See #52775. Built from https://develop.svn.wordpress.org/branches/5.8@51420 git-svn-id: http://core.svn.wordpress.org/branches/5.8@51031 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 58 +++++++++++++++-------------------------- wp-admin/credits.php | 4 +-- wp-includes/version.php | 2 +- 3 files changed, 24 insertions(+), 40 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 61a250a1d2..639df3bc08 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -9,9 +9,6 @@ /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; -wp_enqueue_script( 'wp-components' ); -wp_enqueue_style( 'wp-components' ); - /* translators: Page title of the About WordPress page in the admin. */ $title = _x( 'About', 'page title' ); @@ -44,14 +41,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-

+

-
- +
+

@@ -69,33 +66,23 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-
-

- Query Loop Block dev note.' ), - '#' - ); - ?> +

-
- +
+
-
-
-
- +
+

@@ -112,14 +99,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-

+

-
- +
+

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

-
-

@@ -146,16 +131,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

-
- +
+
-
-
-
- +
+

@@ -172,11 +155,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-

+

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

-
-

diff --git a/wp-admin/credits.php b/wp-admin/credits.php index fb3bfbad8f..460b722b76 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -52,7 +52,7 @@ $credits = wp_credits(); ); ?>
- . +

@@ -60,7 +60,7 @@ $credits = wp_credits();


- . +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 3e65709028..0f3f40b955 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-RC2-51416'; +$wp_version = '5.8-RC2-51420'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.