Make WordPress Core


Ignore:
Timestamp:
10/17/2023 02:12:07 AM (14 months ago)
Author:
hellofromTonya
Message:

Twenty Twenty-Four: Bugfixes for 6.4 RC1.

Resyncing changes for TT4 into Core.

Changes include:

  • Reformatted all the patterns for readability.
  • Bugfixes in the markup and improvements on the string translation functions.
  • Renaming of some patterns, making them consistent with the content they show and whether they are simple patterns, full-page patterns or patterns meant to replace templates.

Follow-up to [56813], [56764], [56716].

Props richtabor, onemaggie, luminuu, shailu25, dunhakdis, shivashankerbhatta, dajeema, enodekciw, kafleg, viralsampat, glendaviesnz, beafialho, webmandesign, huzaifaalmesbah, gregfuller, benharri.
Fixes #59640.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php

    r56764 r56951  
    11<?php
    22/**
    3  * Title: Portfolio Search Template
     3 * Title: Portfolio search template
    44 * Slug: twentytwentyfour/template-search-portfolio
    55 * Template Types: search
     
    99?>
    1010
    11 <!-- wp:template-part {"slug":"header"} /-->
    12 
     11<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
    1312
    1413<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
     
    1615    <!-- wp:query-title {"type":"search","align":"wide","style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|10"}}}} /-->
    1716
    18     <!-- wp:columns {"align":"wide"} -->
    19     <div class="wp-block-columns alignwide">
    20         <!-- wp:column {"width":"66.66%"} -->
    21         <div class="wp-block-column" style="flex-basis:66.66%">
    22             <!-- wp:pattern {"slug":"twentytwentyfour/search"} /-->
    23         </div>
    24         <!-- /wp:column -->
     17    <!-- wp:group {"align":"wide","layout":{"type":"constrained","contentSize":"840px","justifyContent":"left"}} -->
     18    <div class="wp-block-group alignwide">
     19        <!-- wp:pattern {"slug":"twentytwentyfour/hidden-search"} /-->
     20    </div>
     21    <!-- /wp:group -->
    2522
    26         <!-- wp:column {"width":"33.33%"} -->
    27         <div class="wp-block-column" style="flex-basis:33.33%">
    28             <!-- wp:spacer {"height":"0"} -->
    29             <div style="height:0" aria-hidden="true" class="wp-block-spacer"></div>
    30             <!-- /wp:spacer -->
    31         </div>
    32         <!-- /wp:column -->
    33     </div>
    34     <!-- /wp:columns -->
    35 
    36     <!-- wp:pattern {"slug":"twentytwentyfour/posts-three-columns-images"} /-->
     23    <!-- wp:pattern {"slug":"twentytwentyfour/posts-images-only-3-col"} /-->
    3724</main>
    3825<!-- /wp:group -->
Note: See TracChangeset for help on using the changeset viewer.