From df05f8142f9975dadf9ab4ad0b1a31043849cf13 Mon Sep 17 00:00:00 2001 From: ryelle Date: Wed, 19 Oct 2022 15:00:12 +0000 Subject: [PATCH] Help/About: Restore the correct header image for WordPress 6.1. The new About header image appears to have been accidentally reverted to the older one in a previous commit. Follow-up to [54635], [54638]. Props kebbet. Reviewed by SergeyBiryukov, ryelle. Merges [54645] to the 6.1 branch. Fixes #56703. Built from https://develop.svn.wordpress.org/branches/6.1@54648 git-svn-id: http://core.svn.wordpress.org/branches/6.1@54200 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/images/about-header-about.svg | 6 +----- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/wp-admin/images/about-header-about.svg b/wp-admin/images/about-header-about.svg index 0cdcff5d90..c146e8e657 100644 --- a/wp-admin/images/about-header-about.svg +++ b/wp-admin/images/about-header-about.svg @@ -1,5 +1 @@ - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 1470eb8ce4..6cf6810612 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-RC2-54647'; +$wp_version = '6.1-RC2-54648'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.