Make WordPress Core

Changeset 60190


Ignore:
Timestamp:
04/25/2025 07:23:58 PM (7 weeks ago)
Author:
jorbin
Message:

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.

Location:
branches/6.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8

  • branches/6.8/src/wp-admin/about.php

    r60155 r60190  
    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>
Note: See TracChangeset for help on using the changeset viewer.