Make WordPress Core


Ignore:
Timestamp:
11/19/2021 08:12:44 PM (3 years ago)
Author:
jffng
Message:

Twenty Twenty-Two: Sync updates from GitHub.

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

This is a follow up to [52081], [52107], and [52164]. It includes improvements to the home page template, adding a filter for block patterns, pre-loading the web font, improvements and bug fixes to block patterns, and more. For a full list of changes, visit https://github.com/WordPress/twentytwentytwo/compare/e4f69d0b7ed93f73b33c5991430618d01b0e3cac...25d74deaa57ba49b5a64a8569e6dd9ebadbfb23c.

Props jeffpaul, richtabor, netweb, luminuu, melchoyce, beafealho, clucasrowlands, desrosj, flixos90, joen, otto42, saju4wordpress, westonruter, kjellr, poena.
See #54318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php

    r52081 r52222  
    11<?php
    22/**
    3  * Large header block pattern
     3 * Large header with dark background block pattern
    44 */
    55return array(
    6     'title'      => __( 'Large header', 'twentytwentytwo' ),
     6    'title'      => __( 'Large header with dark background', 'twentytwentytwo' ),
    77    'categories' => array( 'twentytwentytwo-headers' ),
    88    'blockTypes' => array( 'core/template-part/header' ),
Note: See TracChangeset for help on using the changeset viewer.