Make WordPress Core

Changeset 59266


Ignore:
Timestamp:
10/21/2024 10:38:48 PM (7 weeks ago)
Author:
peterwilsoncc
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r59234 r59266  
    142142                </div>
    143143                <h3><?php _e( 'Performance updates' ); ?></h3>
    144                 <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>
     144                <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>
    145145            </div>
    146146            <div class="column">
Note: See TracChangeset for help on using the changeset viewer.