Make WordPress Core

Changeset 57872


Ignore:
Timestamp:
03/23/2024 01:08:55 PM ( 3 months 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  
    sixty-seven sixty-seven             <div class="column is-vertically-aligned-center">
    sixty-eight sixty-eight                 <h3><? php _e( 'Add and manage fonts across your site' ); ?></ h3>
    sixty-nine                   <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>
      sixty-nine                 <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>
    seventy seventy             </div>
    seventy-one seventy-one         </div>
     
    one hundred and thirteen one hundred and thirteen                 </div>
    one hundred and fourteen one hundred and fourteen                 <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><? php _e( 'Discover new Data Views' ); ?></ h3>
    one hundred and fifteen                   <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>
      one hundred and fifteen                 <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>
    one hundred and sixteen one hundred and sixteen             </div>
    one hundred and seventeen one hundred and seventeen             <div class="column">
     
    one hundred and eighty-one one hundred and eighty-one                         /* translators: %s: Requires Plugins */
    one hundred and eighty-two one hundred and eighty-two                         __( '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.' ),
    one hundred and eighty-three                           '<code >Requires Plugins</code>'
      one hundred and eighty-three                         '<code  lang="en" >Requires Plugins</code>'
    one hundred and eighty-four one hundred and eighty-four                     );
    one hundred and eighty-five one hundred and eighty-five                     ?>
     
    two hundred and one two hundred and one                 </div>
    two hundred and two two hundred and two                 <h3 style="margin-top:calc(var(--gap) * 0.75);margin-bottom:calc(var(--gap) * 0.5)"><?php _e( 'Performance updates' ); ?></ h3>
    two hundred and three                   <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 befor e. Translated sites see up to 25% improvement in load time for this release.' ); ?></p>
      two hundred and three                 <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 releas e. Translated sites see up to 25% improvement in load time for this release.' ); ?></p>
    two hundred and four two hundred and four             </div>
    two hundred and five two hundred and five             <div class="column">
  • branches/6.5/src/wp-admin/css/about.css

    r57715 r57872  
    five hundred and fourteen five hundred and fourteen }
    five hundred and fifteen five hundred and fifteen
      five hundred and sixteen .about__container code {
      five hundred and seventeen     font-size: inherit;
      five hundred and eighteen }
      five hundred and nineteen
    five hundred and sixteen five hundred and twenty .about__section {
    five hundred and seventeen five hundred and twenty-one     font-size: 1.125rem;
Note: See TracChangeset for help on using the changeset viewer.