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-image-text-and-video.php

    r52392 r52430  
    66    'title'      => __( 'Page layout with image, text and video', 'twentytwentytwo' ),
    77    'categories' => array( 'pages' ),
    8     'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"8rem","bottom":"8rem","left":"0px","right":"0px"}}},"backgroundColor":"primary","textColor":"background"} -->
    9                     <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background" style="padding-top:8rem;padding-bottom:8rem;padding-left:0px;padding-right:0px"><!-- wp:group {"layout":{"inherit":true},"style":{"spacing":{"padding":{"left":"max(1.25rem, 5vw)","right":"max(1.25rem, 5vw)"}}}} -->
    10                     <div class="wp-block-group" style="padding-left:max(1.25rem, 5vw);padding-right:max(1.25rem, 5vw)"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} -->
     8    'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"8rem","bottom":"8rem"}}},"backgroundColor":"primary","textColor":"background"} -->
     9                    <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background" style="padding-top:8rem;padding-bottom:8rem"><!-- wp:group {"layout":{"inherit":true}} -->
     10                    <div class="wp-block-group"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} -->
    1111                    <h1 class="alignwide" style="font-size:clamp(3rem, 6vw, 4.5rem)">' . wp_kses_post( __( '<em>Warble</em>, a film about <br>hobbyist bird watchers.', 'twentytwentytwo' ) ) . '</h1>
    1212                    <!-- /wp:heading -->
    13                    
     13
    1414                    <!-- wp:spacer {"height":50} -->
    1515                    <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
     
    2121                    <h2 class="has-x-large-font-size">' . esc_html__( 'Screening', 'twentytwentytwo' ) . '</h2>
    2222                    <!-- /wp:heading -->
    23                    
     23
    2424                    <!-- wp:paragraph -->
    2525                    <p>' . wp_kses_post( __( 'May 14th, 2022 @ 7:00PM<br>The Vintagé Theater,<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo' ) ) . '</p>
     
    3232                    <!-- /wp:buttons --></div>
    3333                    <!-- /wp:column -->
    34                    
     34
    3535                    <!-- wp:column {"width":"66.66%"} -->
    3636                    <div class="wp-block-column" style="flex-basis:66.66%"></div>
     
    4242                    <figure class="wp-block-image alignfull"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-a.png" alt="' . esc_attr__( 'An illustration of a bird in flight', 'twentytwentytwo' ) . '"/></figure>
    4343                    <!-- /wp:image -->
    44                    
    45                     <!-- wp:group {"align":"full","layout":{"inherit":true},"style":{"spacing":{"padding":{"left":"max(1.25rem, 5vw)","right":"max(1.25rem, 5vw)"}}}} -->
    46                     <div class="wp-block-group alignfull" style="padding-left:max(1.25rem, 5vw);padding-right:max(1.25rem, 5vw)"><!-- wp:columns {"align":"wide"} -->
     44
     45                    <!-- wp:group {"align":"full","layout":{"inherit":true}} -->
     46                    <div class="wp-block-group alignfull"><!-- wp:columns {"align":"wide"} -->
    4747                    <div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.33%"} -->
    4848                    <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:heading {"fontSize":"x-large"} -->
    4949                    <h2 class="has-x-large-font-size">' . esc_html__( 'Extended Trailer', 'twentytwentytwo' ) . '</h2>
    5050                    <!-- /wp:heading -->
    51                    
     51
    5252                    <!-- wp:paragraph -->
    5353                    <p>' . esc_html__( 'Oh hello. My name’s Angelo, and you’ve found your way to my blog. I write about a range of topics, but lately I’ve been sharing my hopes for next year.', 'twentytwentytwo' ) . '</p>
    5454                    <!-- /wp:paragraph --></div>
    5555                    <!-- /wp:column -->
    56                    
     56
    5757                    <!-- wp:column {"width":"66.66%"} -->
    5858                    <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:video {"id":181} -->
Note: See TracChangeset for help on using the changeset viewer.