Commit 921c122444 for wordpress.org
commit 921c12244436e797d3c6f79c71317e7a7369961c
Author: Aaron Jorbin <aaron@jorb.in>
Date: Thu Apr 24 22:38:26 2025 +0000
About Page: Reduce copy on 6.8 about page.
In finalizing the 6.8 announcement post (https://wordpress.org/news/2025/04/cecil/) it was identified that some of the copy on the 6.8 about page is not an accurate description of what is in 6.8. This copy is receiving a game misconduct penalty and automatic ejection. While the coach could bring on a substitute, a line change is the better option here.
Props abcd95, mukesh27, JeffPaul.
Fixes #63323.
Built from https://develop.svn.wordpress.org/trunk@60183
git-svn-id: http://core.svn.wordpress.org/trunk@59519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-admin/about.php b/wp-admin/about.php
index e85d95f5c7..455058a47c 100644
--- a/wp-admin/about.php
+++ b/wp-admin/about.php
@@ -59,8 +59,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<h2><?php _e( 'A release polished to a high sheen.' ); ?></h2>
<p class="is-subheading"><?php _e( 'WordPress 6.8 polishes and refines the tools you use every day, making your site faster, more secure, and easier to manage.' ); ?></p>
<p><?php _e( 'The Style Book now has a structured layout and works with Classic themes, giving you more control over global styles.' ); ?></p>
- <p><?php _e( 'Speculative loading speeds up navigation by preloading links before users navigate to them, while bcrypt hashing strengthens password security automatically.' ); ?></p>
- <p><?php _e( 'Behind the scenes, database optimizations improve performance, and a new security warning system helps prevent vulnerabilities before they become a problem.' ); ?></p>
+ <p><?php _e( 'Speculative loading speeds up navigation by preloading links before users navigate to them, bcrypt hashing strengthens password security automatically, and database optimizations improve performance.' ); ?></p>
</div>
</div>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index ca7e470fce..2ef5b44a2d 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.9-alpha-60182';
+$wp_version = '6.9-alpha-60183';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.