From 08fc6012f16cb33ec0895a73c70de0a0bfe9a7d5 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Fri, 8 Nov 2024 03:55:19 +0000 Subject: [PATCH] Help/About: Update the about page images for WordPress 6.7. Updates the about page images with more colourful imagery. Props sfougnier, fcoveram, Joen, davidbaumwald, ryelle. Fixes #61961. Built from https://develop.svn.wordpress.org/trunk@59374 git-svn-id: http://core.svn.wordpress.org/trunk@58760 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 28110d7ea8..01398046f5 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -80,7 +80,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -88,7 +88,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -110,7 +110,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -118,7 +118,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 593e5b2abc..9427225c88 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59373'; +$wp_version = '6.8-alpha-59374'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.