From a5cfc54fec6ac34dc29980cd218219cb5fbd91ee Mon Sep 17 00:00:00 2001 From: ryelle Date: Tue, 13 Jul 2021 00:12:56 +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. Props nao, audrasjb, karmatosed, desrosj, javiarce, milana_cap. See #52775. Built from https://develop.svn.wordpress.org/trunk@51413 git-svn-id: http://core.svn.wordpress.org/trunk@51024 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 31 +++++++++++-------------------- wp-admin/credits.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 14 insertions(+), 23 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 61a250a1d2..8f158390b2 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';
-

+

- +

@@ -77,17 +74,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

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

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

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

+

- +

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

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

@@ -172,11 +163,11 @@ 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 7bf8fe3452..af46fd94f1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51410'; +$wp_version = '5.9-alpha-51413'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.