From aac4fee3da422ab2e63f6dd872e2252aee421428 Mon Sep 17 00:00:00 2001 From: ryelle Date: Sun, 30 Nov 2025 19:24:37 +0000 Subject: [PATCH] Help/About: Add the final images to the About page. Follow-up to [61204]. Props ryelle, fcoveram, davidbaumwald, jasmussen, jorbin, karmatosed, parinpanjari, sabernhardt. Fixes #63941. Built from https://develop.svn.wordpress.org/trunk@61327 git-svn-id: http://core.svn.wordpress.org/trunk@60639 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 45c9549b04..962a68a3b8 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -77,7 +77,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -85,7 +85,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -107,7 +107,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -115,7 +115,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index b963cbf6c7..74a7a0ef1a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61326'; +$wp_version = '7.0-alpha-61327'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.