Make WordPress Core

Changeset 57810


Ignore:
Timestamp:
03/12/2024 10:48:32 AM ( 7 months ago)
Author:
audrasjb
Message:

Help/About: Update the About page for WP 6.5 RC2.

This changeset removes the "Pattern overrides" section from features.
Also updates the field guide link, this link should redirect correctly once the post is published.

Follow-up to [57715] , [57767] .

Reviewed by audrasjb.
Merges [57809] to the to the 6.5 branch.

Props ryelle, benjamin_zekavica, richtabor, laurlittle.
See #60303 .

Location:
branches/6.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5

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

    r57767 r57810  
    seventy-three seventy-three         <div class="about__section has-2-columns">
    seventy-four seventy-four             <div class="column is-vertically-aligned-center">
    seventy-five                   <h3><? php _e( 'Override specific content in synced patterns' ); ?></ h3>
    seventy-six                   <p><? php _e( 'Keep your design consistent while bringing more flexibility to the content within. Choose to override content for Paragraph, Image, Heading, and Button blocks and make specified changes in each instance of a synced pattern. Use it for templated pieces with recurring elements to frame unique content, like recipes, testimonials, or case studies. You can expect more blocks to gain this option in future releases.' ); ?></p>
    seventy-seven               </div>
    seventy-eight               <div class="column is-vertically-aligned-center">
    seventy-nine                   <div class="about__image">
    eighty                       <img src=" https://s.w.org/images/core/6.5/2-patterns-override-content.webp " alt="" height="436" width="436" />
    eighty-one                   </div>
    eighty-two               </div>
    eighty-three           </div>
    eighty-four  
    eighty-five           <div class="about__section has-2-columns">
    eighty-six               <div class="column is-vertically-aligned-center">
    eighty-seven                   <div class="about__image">
    eighty-eight                       <img src=" https://s.w.org/images/core/6.5/3-style-revisions.webp " alt="" height="436" width="436" />
    eighty-nine                   </div>
    ninety               </div>
    ninety-one               <div class="column is-vertically-aligned-center">
    ninety-two seventy-five                 <h3><? php _e( 'Get more details from your style revisions' ); ?></ h3>
    ninety-three seventy-six                 <p><? php _e( 'Work through creative projects with a more comprehensive picture of what&#8217; s been done—and what you can fall back on. Get details like time stamps, quick summaries, and a paginated list of total revisions. View revisions from the Style Book to see changes outside of what you&#8217;re working on. Revisions are also now available for templates and template parts.' ); ?></p>
    ninety-four seventy-seven             </div>
    ninety-five           </div>
    ninety-six          
      seventy-eight             <div class="column is-vertically-aligned-center">
      seventy-nine                 <div class="about__image">
      eighty                     <img src=" https://s.w.org/images/core/6.5/3-style-revisions.webp " alt="" height="436" width="436" />
      eighty-one                 </div>
      eighty-two             </div>
      eighty-three         </div>
      eighty-four
    ninety-seven eighty-five         <div class="about__section has-3-columns">
    ninety-eight eighty-six             <div class="column">
     
    two hundred and sixty-one two hundred and forty-nine                         /* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
    two hundred and sixty-two two hundred and fifty                         __( 'Explore the <a href="%1$s">WordPress %2$s Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
    two hundred and sixty-three                           ( '#' ),
      two hundred and fifty-one                         esc_url( __( ' https://make.wordpress.org/core/wordpress-6-5-field-guide/ ' ) ),
    two hundred and sixty-four two hundred and fifty-two                         '6.5'
    two hundred and sixty-five two hundred and fifty-three                     );
Note: See TracChangeset for help on using the changeset viewer.