Make WordPress Core


Ignore:
Timestamp:
10/14/2024 09:56:32 PM (16 months ago)
Author:
peterwilsoncc
Message:

Bundled Themes: Update Twenty Twenty-Five for 6.7 Beta 3.

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into trunk for 6.7 beta 3.

A full list of changes can be found on GitHub: WordPress/twentytwentyfive@0d8b245...5d17f41

Props annezazu, areziaal, beafialho, cwhitmore, franz00, get_dave, joedolson, joen, juanfra, karmatosed, kartikmehta, mukesh27, onemaggie, pgeorgiev, poena, richtabor, sudipatel007, sumitbagthariya16, wildworks, youknowriad.
Fixes #62218.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php

    r59191 r59233  
    33 * Title: Link in bio with tight margins
    44 * Slug: twentytwentyfive/page-link-in-bio-with-tight-margins
    5  * Categories: twentytwentyfive_page, banner, featured
     5 * Categories: twentytwentyfive_page, banner
    66 * Keywords: starter
    77 * Block Types: core/post-content
     
    2727                <img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Black and white photo focusing on a woman and a child from afar.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/link-in-bio-image.webp" data-object-fit="cover"/><div class="wp-block-cover__inner-container">
    2828
    29                 <!-- wp:paragraph {"align":"center","fontSize":"large"} -->
    30                 <p class="has-text-align-center has-large-font-size"></p>
    31                 <!-- /wp:paragraph -->
     29                <!-- wp:spacer {"height":"var:preset|spacing|20"} -->
     30                <div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
     31                <!-- /wp:spacer -->
    3232            </div></div>
    3333            <!-- /wp:cover -->
Note: See TracChangeset for help on using the changeset viewer.