From 74cf68a1679a4f2cc70f2b382eafa22d03887095 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 31 Oct 2024 00:13:18 +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. Props ryelle, joen. See #61961. Built from https://develop.svn.wordpress.org/trunk@59329 git-svn-id: http://core.svn.wordpress.org/trunk@58715 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 d1e69b1b22..28110d7ea8 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 9293436d09..322c3a3b92 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59328'; +$wp_version = '6.8-alpha-59329'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.