Make WordPress Core


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

    r59191 r59233  
    5454                            <!-- /wp:group -->
    5555                        <!-- /wp:post-template -->
    56                         <!-- wp:query-no-results -->
    57                             <!-- wp:paragraph -->
    58                             <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
    59                             <!-- /wp:paragraph -->
    60                         <!-- /wp:query-no-results -->
    6156                    </div>
    6257                    <!-- /wp:query -->
     
    7974                        <!-- /wp:group -->
    8075                    <!-- /wp:post-template -->
    81                     <!-- wp:query-no-results -->
    82                         <!-- wp:paragraph -->
    83                         <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
    84                         <!-- /wp:paragraph -->
    85                     <!-- /wp:query-no-results -->
    8676                </div>
    8777                <!-- /wp:query -->
     
    10393                            <!-- /wp:group -->
    10494                        <!-- /wp:post-template -->
    105                         <!-- wp:query-no-results -->
    106                             <!-- wp:paragraph -->
    107                             <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
    108                             <!-- /wp:paragraph -->
    109                         <!-- /wp:query-no-results -->
    11095                    </div>
    11196                    <!-- /wp:query -->
     
    121106                            <!-- /wp:group -->
    122107                        <!-- /wp:post-template -->
    123                         <!-- wp:query-no-results -->
    124                             <!-- wp:paragraph -->
    125                             <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
    126                             <!-- /wp:paragraph -->
    127                         <!-- /wp:query-no-results -->
    128108                    </div>
    129109                    <!-- /wp:query -->
     
    150130                <!-- /wp:group -->
    151131            <!-- /wp:post-template -->
    152             <!-- wp:query-no-results -->
    153                 <!-- wp:paragraph -->
    154                 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
    155                 <!-- /wp:paragraph -->
    156             <!-- /wp:query-no-results -->
    157132        </div>
    158133        <!-- /wp:query -->
     
    173148                <!-- /wp:group -->
    174149            <!-- /wp:post-template -->
    175             <!-- wp:query-no-results -->
    176                 <!-- wp:paragraph -->
    177                 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
    178                 <!-- /wp:paragraph -->
    179             <!-- /wp:query-no-results -->
    180150            <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->
    181151            <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)">
Note: See TracChangeset for help on using the changeset viewer.