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/templates/page-with-sidebar.html

    r56764 r56951  
    1 <!-- wp:template-part {"slug":"header"} /-->
     1<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
    22
    33<!-- wp:group {"layout":{"type":"constrained"}} -->
     
    55
    66    <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"1rem","left":"1rem"},"padding":{"top":"var:preset|spacing|50"},"margin":{"bottom":"var:preset|spacing|40"}}}} -->
    7     <div class="wp-block-columns alignwide" style="margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--50)">
     7    <div class="wp-block-columns alignwide"
     8        style="margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--50)">
    89        <!-- wp:column {"width":"10%"} -->
    9         <div class="wp-block-column" style="flex-basis:10%"></div>
     10        <div class="wp-block-column" style="flex-basis:10%">
     11        </div>
    1012        <!-- /wp:column -->
    1113
     
    1820                <!-- wp:spacer {"height":"var:preset|spacing|30","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}}} -->
    1921                <div style="margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--30)" aria-hidden="true"
    20                     class="wp-block-spacer"></div>
     22                    class="wp-block-spacer">
     23                </div>
    2124                <!-- /wp:spacer -->
    2225
     
    2629            </main>
    2730            <!-- /wp:group -->
    28     </div>
    29     <!-- /wp:column -->
     31        </div>
     32        <!-- /wp:column -->
    3033
    31     <!-- wp:column {"width":"10%"} -->
    32     <div class="wp-block-column" style="flex-basis:10%"></div>
    33     <!-- /wp:column -->
     34        <!-- wp:column {"width":"10%"} -->
     35        <div class="wp-block-column" style="flex-basis:10%">
     36        </div>
     37        <!-- /wp:column -->
    3438
    35     <!-- wp:column {"width":"30%"} -->
    36     <div class="wp-block-column" style="flex-basis:30%">
    37         <!-- wp:template-part {"slug":"sidebar","tagName":"aside"} /-->
    38     </div>
    39     <!-- /wp:column -->
     39        <!-- wp:column {"width":"30%"} -->
     40        <div class="wp-block-column" style="flex-basis:30%">
     41            <!-- wp:template-part {"slug":"sidebar","tagName":"aside"} /-->
     42        </div>
     43        <!-- /wp:column -->
    4044
    41     <!-- wp:column {"width":"10%"} -->
    42     <div class="wp-block-column" style="flex-basis:10%"></div>
    43     <!-- /wp:column -->
     45        <!-- wp:column {"width":"10%"} -->
     46        <div class="wp-block-column" style="flex-basis:10%">
     47        </div>
     48        <!-- /wp:column -->
    4449    </div>
    4550    <!-- /wp:columns -->
Note: See TracChangeset for help on using the changeset viewer.