Changeset 57810
- Timestamp:
- 03/12/2024 10:48:32 AM (7 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-admin/about.php
r57767 r57810 73 73 <div class="about__section has-2-columns"> 74 74 <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">92 75 <h3><?php _e( 'Get more details from your style revisions' ); ?></h3> 93 76 <p><?php _e( 'Work through creative projects with a more comprehensive picture of what’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’re working on. Revisions are also now available for templates and template parts.' ); ?></p> 94 77 </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 97 85 <div class="about__section has-3-columns"> 98 86 <div class="column"> … … 261 249 /* translators: 1: WordPress Field Guide link, 2: WordPress version number. */ 262 250 __( '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 esc_url( __( 'https://make.wordpress.org/core/wordpress-6-5-field-guide/' ) ), 264 252 '6.5' 265 253 );
Note: See TracChangeset
for help on using the changeset viewer.