Make WordPress Core


Ignore:
Timestamp:
10/14/2024 09:56:32 PM (15 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/format-link.php

    r59191 r59233  
    33 * Title: Link format
    44 * Slug: twentytwentyfive/format-link
    5  * Categories: twentytwentyfive_post-format, featured
     5 * Categories: twentytwentyfive_post-format
    66 * Description: A link post format with a description and an emphasized link for key content.
    77 *
     
    1818    <!-- /wp:paragraph -->
    1919
    20     <!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}}},"textColor":"accent-4","fontSize":"medium","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
    21     <div class="wp-block-group has-accent-4-color has-text-color has-link-color has-medium-font-size">
     20    <!-- wp:group {"fontSize":"medium","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
     21    <div class="wp-block-group has-medium-font-size">
    2222        <!-- wp:paragraph -->
    2323        <p><a href="#"><?php esc_html_e( 'https://example.com', 'twentytwentyfive' ); ?></a></p>
Note: See TracChangeset for help on using the changeset viewer.