Make WordPress Core


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

    r59146 r59233  
    33 * Title: Business homepage
    44 * Slug: twentytwentyfive/page-business-home
    5  * Categories: twentytwentyfive_page, posts, featured
     5 * Categories: twentytwentyfive_page, featured
    66 * Keywords: starter
    77 * Block Types: core/post-content
     
    1616
    1717?>
    18 <!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->
    19 <div class="wp-block-group alignfull">
     18
     19<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
     20<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
    2021    <!-- wp:pattern {"slug":"twentytwentyfive/cta-centered-heading"} /-->
     22</div>
     23<!-- /wp:group -->
     24
     25<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
     26<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
    2127    <!-- wp:pattern {"slug":"twentytwentyfive/overlapped-images"} /-->
     28</div>
     29<!-- /wp:group -->
     30
     31<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
     32<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
    2233    <!-- wp:pattern {"slug":"twentytwentyfive/services-3-col"} /-->
     34</div>
     35<!-- /wp:group -->
     36
     37<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
     38<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
    2339    <!-- wp:pattern {"slug":"twentytwentyfive/testimonials-large"} /-->
     40</div>
     41<!-- /wp:group -->
     42
     43<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
     44<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
    2445    <!-- wp:pattern {"slug":"twentytwentyfive/pricing-2-col"} /-->
     46</div>
     47<!-- /wp:group -->
     48
     49<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
     50<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
    2551    <!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /-->
    2652</div>
Note: See TracChangeset for help on using the changeset viewer.