Make WordPress Core

Changeset 57810

Timestamp:
03/12/2024 10:48:32 AM (5 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  
    7373        <div class="about__section has-2-columns">
    7474            <div class="column is-vertically-aligned-center">
    75                 <h3><?php _e( 'Override specific content in synced patterns' ); ?></h3>
    76                 <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>
    77             </div>
    78             <div class="column is-vertically-aligned-center">
    79                 <div class="about__image">
    80                     <img src="https://s.w.org/images/core/6.5/2-patterns-override-content.webp" alt="" height="436" width="436" />
    81                 </div>
    82             </div>
    83         </div>
    84 
    85         <div class="about__section has-2-columns">
    86             <div class="column is-vertically-aligned-center">
    87                 <div class="about__image">
    88                     <img src="https://s.w.org/images/core/6.5/3-style-revisions.webp" alt="" height="436" width="436" />
    89                 </div>
    90             </div>
    91             <div class="column is-vertically-aligned-center">
    9275                <h3><?php _e( 'Get more details from your style revisions' ); ?></h3>
    9376                <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>
    9477            </div>
    95         </div>
    96        
     78            <div class="column is-vertically-aligned-center">
     79                <div class="about__image">
     80                    <img src="https://s.w.org/images/core/6.5/3-style-revisions.webp" alt="" height="436" width="436" />
     81                </div>
     82            </div>
     83        </div>
     84
    9785        <div class="about__section has-3-columns">
    9886            <div class="column">
     
    261249                        /* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
    262250                        __( '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.' ),
    263                         ( '#' ),
     251                        ),
    264252                        '6.5'
    265253                    );
Note: See TracChangeset for help on using the changeset viewer.