Skip to content

Commit c2911ae

Browse files
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. See #56703. Built from https://develop.svn.wordpress.org/trunk@54645 git-svn-id: https://core.svn.wordpress.org/trunk@54197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 0d6ee18 commit c2911ae

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
+1-5
Loading

wp-includes/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '6.2-alpha-54643';
19+
$wp_version = '6.2-alpha-54645';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)