Commit aac4fee3da for wordpress.org
commit aac4fee3da422ab2e63f6dd872e2252aee421428
Author: ryelle <ryelle@git.wordpress.org>
Date: Sun Nov 30 19:24:37 2025 +0000
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
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';
</div>
<div class="column is-vertically-aligned-center">
<div class="about__image">
- <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ececec' /%3E%3C/svg%3E" alt="" height="436" width="436" />
+ <img src="https://s.w.org/images/core/6.9/01-notes.webp" alt="" height="436" width="436" />
</div>
</div>
</div>
@@ -85,7 +85,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<div class="about__section has-2-columns">
<div class="column is-vertically-aligned-center">
<div class="about__image">
- <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ececec' /%3E%3C/svg%3E" alt="" height="436" width="436" />
+ <img src="https://s.w.org/images/core/6.9/02-visual-drag-drop.webp" alt="" height="436" width="436" />
</div>
</div>
<div class="column is-vertically-aligned-center">
@@ -107,7 +107,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
</div>
<div class="column is-vertically-aligned-center">
<div class="about__image">
- <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ececec' /%3E%3C/svg%3E" alt="" height="436" width="436" />
+ <img src="https://s.w.org/images/core/6.9/03-command-palette-everywhere.webp" alt="" height="436" width="436" />
</div>
</div>
</div>
@@ -115,7 +115,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<div class="about__section has-2-columns">
<div class="column is-vertically-aligned-center">
<div class="about__image">
- <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ececec' /%3E%3C/svg%3E" alt="" height="436" width="436" />
+ <img src="https://s.w.org/images/core/6.9/04-fit-text.webp" alt="" height="436" width="436" />
</div>
</div>
<div class="column is-vertically-aligned-center">
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.