Changeset 61258
- Timestamp:
- 11/18/2025 03:24:30 AM (3 days ago)
- File:
-
- 1 edited
- trunk/src/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r61257 r61258 139 139 </div> 140 140 <h3><?php _e( 'Performance updates' ); ?></h3> 141 <p><?php _e( 'WordPress 6.9 includes a broad set of performance enhancements. A better <abbr title="Largest Contentful Paint">LCP</abbr>metric is achieved through improved loading of conditional and inlined stylesheets, script loading with fetchpriority support, and additional core optimizations. Editor advances include fixes for layout shifts caused by the Video block and faster loading of the terms selector.' ); ?></p>141 <p><?php _e( 'WordPress 6.9 includes a broad set of performance enhancements. A better <abbr>LCP</abbr> (Largest Contentful Paint) metric is achieved through improved loading of conditional and inlined stylesheets, script loading with fetchpriority support, and additional core optimizations. Editor advances include fixes for layout shifts caused by the Video block and faster loading of the terms selector.' ); ?></p> 142 142 </div> 143 143 <div class="column">
Note: See TracChangeset for help on using the changeset viewer.