Changeset 57870 for trunk/src/wp-admin/about.php
- Timestamp:
- 03/23/2024 09:20:57 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r57817 r57870 67 67 <div class="column is-vertically-aligned-center"> 68 68 <h3><?php _e( 'Add and manage fonts across your site' ); ?></h3> 69 <p><?php _e( 'The new Font Library puts you in control of an essential piece of your site’s design—typography—without coding or extra steps. Effortlessly install, remove, and activate local and Google Fonts across your site regardless of your activetheme. The ability to include custom typography collections gives site creators and publishers even more choice.' ); ?></p>69 <p><?php _e( 'The new Font Library puts you in control of an essential piece of your site’s design—typography—without coding or extra steps. Effortlessly install, remove, and activate local and Google Fonts across your site for any block theme. The ability to include custom typography collections gives site creators and publishers even more choice.' ); ?></p> 70 70 </div> 71 71 </div> … … 113 113 </div> 114 114 <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Discover new Data Views' ); ?></h3> 115 <p><?php _e( ' Make fast, informed changes with data views for pages, templates, patterns, and template parts. Arrange data in a table or grid view and enjoy a new UI for toggling fields and makingbulk changes.' ); ?></p>115 <p><?php _e( 'Find and organize your data however you like with data views for pages, templates, patterns, and template parts. Arrange it in a table or grid view with the option to toggle fields and make bulk changes.' ); ?></p> 116 116 </div> 117 117 <div class="column"> … … 181 181 /* translators: %s: Requires Plugins */ 182 182 __( 'There’s now an easier way to manage plugin dependencies. Plugin authors can supply a new %s header with a comma-separated list of required plugin slugs, presenting users with links to install and activate those plugins first.' ), 183 '<code >Requires Plugins</code>'183 '<code lang="en">Requires Plugins</code>' 184 184 ); 185 185 ?> … … 201 201 </div> 202 202 <h3 style="margin-top:calc(var(--gap) * 0.75);margin-bottom:calc(var(--gap) * 0.5)"><?php _e( 'Performance updates' ); ?></h3> 203 <p><?php _e( 'This release includes 110+ performance updates, with an impressive increase in speed and efficiency across the Post Editor and Site Editor. Loading , input processing, and Site Editor navigation each see an increase in speed between two to six times faster than before. Translated sites see up to 25% improvement in load time for this release.' ); ?></p>203 <p><?php _e( 'This release includes 110+ performance updates, with an impressive increase in speed and efficiency across the Post Editor and Site Editor. Loading is over two times faster than in 6.4, with input processing speed up to five times faster than the previous release. Translated sites see up to 25% improvement in load time for this release.' ); ?></p> 204 204 </div> 205 205 <div class="column">
Note: See TracChangeset
for help on using the changeset viewer.