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/parts/header.html

    r56813 r56951  
    11<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"20px","bottom":"20px"}}},"backgroundColor":"base","layout":{"type":"constrained"}} -->
    2 <div class="wp-block-group alignwide has-base-background-color has-background" style="padding-top:20px;padding-bottom:20px"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->
    3     <div class="wp-block-group alignwide"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}},"layout":{"type":"flex"}} -->
    4     <div class="wp-block-group"><!-- wp:site-logo {"width":60 } /-->
     2<div class="wp-block-group alignwide has-base-background-color has-background"
     3    style="padding-top:20px;padding-bottom:20px">
     4    <!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->
     5    <div class="wp-block-group alignwide">
     6        <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}},"layout":{"type":"flex"}} -->
     7        <div class="wp-block-group">
     8            <!-- wp:site-logo {"width":60 } /-->
    59
    6     <!-- wp:group {"style":{"spacing":{"blockGap":"0px"}}} -->
    7     <div class="wp-block-group"><!-- wp:site-title {"level":0} /--></div>
    8     <!-- /wp:group --></div>
     10            <!-- wp:group {"style":{"spacing":{"blockGap":"0px"}}} -->
     11            <div class="wp-block-group">
     12                <!-- wp:site-title {"level":0} /-->
     13            </div>
     14            <!-- /wp:group -->
     15        </div>
     16        <!-- /wp:group -->
     17
     18        <!-- wp:navigation {"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"},"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}}} /-->
     19    </div>
    920    <!-- /wp:group -->
    10 
    11     <!-- wp:navigation {"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"},"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}}} /--></div>
    12     <!-- /wp:group --></div>
    13     <!-- /wp:group -->
     21</div>
     22<!-- /wp:group -->
Note: See TracChangeset for help on using the changeset viewer.