Skip to content

Commit 0faec76

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/branches/6.8@60190 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f771109 commit 0faec76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wp-admin/about.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
<h2><?php _e( 'A release polished to a high sheen.' ); ?></h2>
6060
<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>
6161
<p><?php _e( 'The Style Book now has a structured layout and works with Classic themes, giving you more control over global styles.' ); ?></p>
62-
<p><?php _e( 'Speculative loading speeds up navigation by preloading links before users navigate to them, while bcrypt hashing strengthens password security automatically.' ); ?></p>
63-
<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>
62+
<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>
6463
</div>
6564
</div>
6665

0 commit comments

Comments
 (0)