Make WordPress Core


Ignore:
Timestamp:
10/22/2024 01:41:10 AM (23 months ago)
Author:
peterwilsoncc
Message:

Bundled Themes: Update Twenty Twenty-Five for 6.7 RC 1.

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

A full list of changes can be found on GitHub: WordPress/twentytwentyfive@e4da8ad...f2dc3fa

Props juanfra, poena, beafialho, areziaal, joen, sergeybiryukov, richtabor, cwhitmore, get_dave, talldanwp, andraganescu, kau-boy, mhkuu, hanneslsm, alaminfirdows, dd32.
See #62264.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php

    r59191 r59269  
    4040                                                <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"constrained"}} -->
    4141                                                <div class="wp-block-group has-small-font-size">
    42                                                         <!-- wp:paragraph --><p><?php echo esc_html_x( 'Posted by', 'Prefix before the author name. The post atuhor name is displayed in a separate block on the next line.', 'twentytwentyfive' ); ?></p><!-- /wp:paragraph -->
     42                                                        <!-- wp:paragraph --><p><?php echo esc_html_x( 'Posted by', 'Prefix before the author name. The post author name is displayed in a separate block on the next line.', 'twentytwentyfive' ); ?></p><!-- /wp:paragraph -->
    4343                                                        <!-- wp:post-author-name {"isLink":true} /-->
    4444                                                </div>
     
    8585                </div>
    8686        <!-- /wp:group -->
    87         <!-- wp:columns {"align":"wide"} -->
    88         <div class="wp-block-columns alignwide">
    89                 <!-- wp:column {"width":"66.66%"} -->
    90                 <div class="wp-block-column" style="flex-basis:66.66%">
    91                         <!-- wp:post-content {"align":"full","layout":{"type":"default"}} /-->
    92                 </div>
    93                 <!-- /wp:column -->
    94                 <!-- wp:column {"width":"33.33%"} -->
    95                 <div class="wp-block-column" style="flex-basis:33.33%"></div>
    96                 <!-- /wp:column -->
    97         </div>
    98         <!-- /wp:columns -->
     87
     88        <!-- wp:post-content {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} /-->
     89
    9990        <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
    10091        <div class="wp-block-group alignwide">
Note: See TracChangeset for help on using the changeset viewer.