Help/About: Update version name in performance string.

Updates the version from `6.7` to `WordPress 6.7` in the performance string for consistency with other mentions on the about page.

Props ryelle, peterwilsoncc.
See #61961.

Built from https://develop.svn.wordpress.org/trunk@59266


git-svn-id: http://core.svn.wordpress.org/trunk@58658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2024-10-21 22:40:17 +00:00
parent 4b347a2e56
commit 5284afbd22
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
</svg> </svg>
</div> </div>
<h3><?php _e( 'Performance updates' ); ?></h3> <h3><?php _e( 'Performance updates' ); ?></h3>
<p><?php _e( '6.7 delivers important performance updates, including faster pattern loading, optimized previews in the data views component, improved PHP 8+ support and removal of deprecated code, auto sizes for lazy-loaded images, and more efficient tag processing in the HTML API.' ); ?></p> <p><?php _e( 'WordPress 6.7 delivers important performance updates, including faster pattern loading, optimized previews in the data views component, improved PHP 8+ support and removal of deprecated code, auto sizes for lazy-loaded images, and more efficient tag processing in the HTML API.' ); ?></p>
</div> </div>
<div class="column"> <div class="column">
<div class="about__image"> <div class="about__image">

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.7-beta3-59265'; $wp_version = '6.7-beta3-59266';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.