Make WordPress Core


Ignore:
Timestamp:
01/03/2022 08:24:59 PM (3 years ago)
Author:
audrasjb
Message:

Twenty Twenty-Two: Sync updates from GitHub for RC 1.

This commit syncs changes for the default theme from its active development repository to core.

This is a follow up to [52081], [52107], [52164], [52222], [52283], [52335], [52375], and [52392].

To view the full set of changes, visit https://github.com/WordPress/twentytwentytwo/compare/2ce387178fd74986099db02cfe590daf53f80de8...8564fd281f453c52a1b5bf681e55bd720c0da709.

This changeset also deletes three unused files. These were removed from the dev repo, but never removed from core.

Props richtabor, kjellr.
See #54318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php

    r52375 r52430  
    66    'title'      => __( 'Page layout with two columns', 'twentytwentytwo' ),
    77    'categories' => array( 'pages' ),
    8     'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"8rem","bottom":"8rem","right":"max(1.25rem, 5vw)","left":"max(1.25rem, 5vw)"}}},"layout":{"inherit":true}} -->
    9                     <div class="wp-block-group alignfull" style="padding-top:8rem;padding-right:max(1.25rem, 5vw);padding-bottom:8rem;padding-left:max(1.25rem, 5vw)"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(4rem, 15vw, 12.5rem)","lineHeight":"1","fontWeight":"200"}}} -->
     8    'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"8rem","bottom":"8rem"}}},"layout":{"inherit":true}} -->
     9                    <div class="wp-block-group alignfull" style="padding-top:8rem;padding-bottom:8rem;"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(4rem, 15vw, 12.5rem)","lineHeight":"1","fontWeight":"200"}}} -->
    1010                    <h1 class="alignwide" style="font-size:clamp(4rem, 15vw, 12.5rem);font-weight:200;line-height:1">' . wp_kses_post( __( '<em>Goldfinch </em><br><em>&amp; Sparrow</em>', 'twentytwentytwo' ) ) . '</h1>
    1111                    <!-- /wp:heading -->
    12                    
     12
    1313                    <!-- wp:spacer {"height":50} -->
    1414                    <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
    1515                    <!-- /wp:spacer -->
    16                    
     16
    1717                    <!-- wp:group {"align":"wide","layout":{"inherit":false}} -->
    1818                    <div class="wp-block-group alignwide"><!-- wp:columns -->
     
    2222                    <!-- /wp:paragraph --></div>
    2323                    <!-- /wp:column -->
    24                    
     24
    2525                    <!-- wp:column {"verticalAlignment":"center","width":"80%"} -->
    2626                    <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:separator {"className":"is-style-wide"} -->
     
    3030                    <!-- /wp:columns --></div>
    3131                    <!-- /wp:group -->
    32                    
     32
    3333                    <!-- wp:columns {"align":"wide"} -->
    3434                    <div class="wp-block-columns alignwide"><!-- wp:column -->
     
    3737                    <!-- /wp:paragraph --></div>
    3838                    <!-- /wp:column -->
    39                    
     39
    4040                    <!-- wp:column -->
    4141                    <div class="wp-block-column"></div>
    4242                    <!-- /wp:column --></div>
    4343                    <!-- /wp:columns -->
    44                    
     44
    4545                    <!-- wp:spacer -->
    4646                    <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
    4747                    <!-- /wp:spacer -->
    48                    
     48
    4949                    <!-- wp:columns {"align":"wide"} -->
    5050                    <div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center"} -->
     
    5353                    <!-- /wp:separator --></div>
    5454                    <!-- /wp:column -->
    55                    
     55
    5656                    <!-- wp:column {"verticalAlignment":"center"} -->
    5757                    <div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
     
    6060                    <!-- /wp:column --></div>
    6161                    <!-- /wp:columns -->
    62                    
     62
    6363                    <!-- wp:columns {"align":"wide"} -->
    6464                    <div class="wp-block-columns alignwide"><!-- wp:column -->
    6565                    <div class="wp-block-column"></div>
    6666                    <!-- /wp:column -->
    67                    
     67
    6868                    <!-- wp:column -->
    6969                    <div class="wp-block-column"><!-- wp:latest-posts /--></div>
Note: See TracChangeset for help on using the changeset viewer.