Make WordPress Core

Changeset 57872


Ignore:
Timestamp:
03/23/2024 01:08:55 PM (8 weeks ago)
Author:
swissspidy
Message:

Help/About: Update the About page for 6.5.

Updates the font size for <code> tags and updates several translatable strings.

Reviewed by davidbaumwald.
Merges [57870] to the to the 6.5 branch.

Props sabernhardt, laurlittle, SergeyBiryukov.
See #60303.

Location:
branches/6.5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5

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

    r57818 r57872  
    6767            <div class="column is-vertically-aligned-center">
    6868                <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&#8217;s design—typography—without coding or extra steps. Effortlessly install, remove, and activate local and Google Fonts across your site regardless of your active theme. 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&#8217;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>
    7070            </div>
    7171        </div>
     
    113113                </div>
    114114                <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 making bulk 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>
    116116            </div>
    117117            <div class="column">
     
    181181                        /* translators: %s: Requires Plugins */
    182182                        __( 'There&#8217;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>'
    184184                    );
    185185                    ?>
     
    201201                </div>
    202202                <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>
    204204            </div>
    205205            <div class="column">
  • branches/6.5/src/wp-admin/css/about.css

    r57715 r57872  
    514514}
    515515
     516.about__container code {
     517    font-size: inherit;
     518}
     519
    516520.about__section {
    517521    font-size: 1.125rem;
Note: See TracChangeset for help on using the changeset viewer.