Make WordPress Core


Ignore:
Timestamp:
01/03/2022 08:24:59 PM (2 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-about-large-image-and-buttons.php

    r52375 r52430  
    66    'title'      => __( 'About page with large image and buttons', 'twentytwentytwo' ),
    77    'categories' => array( 'pages', 'buttons' ),
    8     'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"max(1.25rem, 5vw)","right":"max(1.25rem, 5vw)","bottom":"max(1.25rem, 5vw)","left":"max(1.25rem, 5vw)"}}},"layout":{"inherit":true}} -->
    9                     <div class="wp-block-group alignfull" style="padding-top:max(1.25rem, 5vw);padding-right:max(1.25rem, 5vw);padding-bottom:max(1.25rem, 5vw);padding-left:max(1.25rem, 5vw)"><!-- wp:image {"align":"full","sizeSlug":"full","linkDestination":"none"} -->
    10                     <figure class="wp-block-image alignfull size-full"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-gray-b.jpg" alt=""/></figure>
     8    'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"max(1.25rem, 5vw)","bottom":"max(1.25rem, 5vw)"}}},"layout":{"inherit":true}} -->
     9                    <div class="wp-block-group alignfull" style="padding-top:max(1.25rem, 5vw);padding-bottom:max(1.25rem, 5vw)"><!-- wp:image {"align":"wide","sizeSlug":"full","linkDestination":"none"} -->
     10                    <figure class="wp-block-image alignwide size-full"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-gray-b.jpg" alt=""/></figure>
    1111                    <!-- /wp:image -->
    1212
    13                     <!-- wp:columns {"align":"full"} -->
    14                     <div class="wp-block-columns alignfull"><!-- wp:column -->
     13                    <!-- wp:columns {"align":"wide"} -->
     14                    <div class="wp-block-columns alignwide"><!-- wp:column -->
    1515                    <div class="wp-block-column"><!-- wp:buttons -->
    1616                    <div class="wp-block-buttons"><!-- wp:button {"width":100} -->
     
    3737                    <!-- /wp:columns -->
    3838
    39                     <!-- wp:columns {"align":"full"} -->
    40                     <div class="wp-block-columns alignfull"><!-- wp:column -->
     39                    <!-- wp:columns {"align":"wide"} -->
     40                    <div class="wp-block-columns alignwide"><!-- wp:column -->
    4141                    <div class="wp-block-column"><!-- wp:buttons -->
    4242                    <div class="wp-block-buttons"><!-- wp:button {"width":100} -->
Note: See TracChangeset for help on using the changeset viewer.