From b048f2a05482d8dc5b9564a8404b1ca7dd8b515c Mon Sep 17 00:00:00 2001 From: ryelle Date: Tue, 2 Jul 2024 15:15:18 +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]. Props ryelle, joen. See #61320. Built from https://develop.svn.wordpress.org/trunk@58618 git-svn-id: http://core.svn.wordpress.org/trunk@58051 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 f56239bcec..ce7b7f6fce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58617'; +$wp_version = '6.7-alpha-58618'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.