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.

Reviewed by joedolson.
Merges [60183] to the 6.8 branch.

Props abcd95, mukesh27, JeffPaul.
Fixes #63323.

Built from https://develop.svn.wordpress.org/branches/6.8@60190


git-svn-id: http://core.svn.wordpress.org/branches/6.8@59526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2025-04-25 19:25:20 +00:00
parent dfdd84fc2e
commit 8913eb2446
2 changed files with 2 additions and 3 deletions

View File

@@ -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>