From 4cd8eed6383c285f00264d77a57dccf01cfe7036 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 14 Apr 2025 01:11:26 +0000 Subject: [PATCH] Help/About: Add images to the About page. Updates the images in the About page source with the final versions on the w.org CDN. Reviewed by ryelle. Merges [60154] to the 6.8 branch. Props ryelle, dd32. See #63025. Built from https://develop.svn.wordpress.org/branches/6.8@60155 git-svn-id: http://core.svn.wordpress.org/branches/6.8@59491 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 8 ++++---- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 6b9eb36cb0..e85d95f5c7 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -88,7 +88,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -96,7 +96,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -112,7 +112,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -120,7 +120,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 68f02319ca..b3827ebab4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-RC3-60146'; +$wp_version = '6.8-RC3-60155'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.