From 67523c0063730a7cdca47ee8ec86328ab11cf2c0 Mon Sep 17 00:00:00 2001 From: ryelle Date: Tue, 2 Jul 2024 15:23:13 +0000 Subject: [PATCH] Help/About: Add images to the About page. The images have been uploaded to the w.org CDN and added into the About page. Additionally, the link to the release page has been fixed, and an extra translator note about the escaped percent sign has been added. Follow-up to [58568]. Reviewed by davidbaumwald. Merges [58618] to the 6.6 branch. Props ryelle, joen. See #61320. Built from https://develop.svn.wordpress.org/branches/6.6@58620 git-svn-id: http://core.svn.wordpress.org/branches/6.6@58053 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 12 ++++++------ wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index c64df64f7c..a794ab9ec6 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -65,7 +65,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -73,7 +73,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -89,7 +89,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -97,7 +97,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -124,7 +124,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

data-wp-on-async' ); @@ -152,7 +152,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 3f3f33f250..729ac603c6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-RC1-58619'; +$wp_version = '6.6-RC1-58620'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.