From 7447f866f7137a54d0cdcbde8dd81899de39c831 Mon Sep 17 00:00:00 2001 From: Kelly Choyce-Dwan Date: Tue, 13 Jul 2021 00:11:42 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@51413 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 31 +++++++++++-------------------- src/wp-admin/credits.php | 4 ++-- 2 files changed, 13 insertions(+), 22 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 61a250a1d2..8f158390b2 100644 --- a/src/wp-admin/about.php +++ b/src/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/src/wp-admin/credits.php b/src/wp-admin/credits.php index fb3bfbad8f..460b722b76 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -52,7 +52,7 @@ $credits = wp_credits(); ); ?>
- . +

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


- . +