Make WordPress Core

Changeset 49348


Ignore:
Timestamp:
10/27/2020 09:13:09 PM (4 years ago)
Author:
helen
Message:

Bundled Themes: Introduce block patterns for Twenty Nineteen.

Including some props I missed on the commit for Twenty Twenty, I am sorry.

Props: kjellr, beafialho, melchoyce, ryelle, jffng, bridgetwillard.
Fixes #51099.

Location:
trunk/src/wp-content/themes/twentynineteen
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/functions.php

    r49208 r49348  
    176176        // Add support for responsive embedded content.
    177177        add_theme_support( 'responsive-embeds' );
     178
     179        // Add support for custom line height.
     180        add_theme_support( 'custom-line-height' );
    178181    }
    179182endif;
     
    330333 */
    331334require get_template_directory() . '/inc/customizer.php';
     335
     336/**
     337 * Block Patterns.
     338 */
     339require get_template_directory() . '/inc/block-patterns.php';
  • trunk/src/wp-content/themes/twentynineteen/readme.txt

    r49322 r49348  
    8383* normalize.css, © 2012-2018 Nicolas Gallagher and Jonathan Neal, MIT
    8484* Underscores, © 2012-2019 Automattic, Inc., GNU GPL v2 or later
     85* Bundled block pattern images:
     86    * Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
     87    * Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
     88    * Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
     89    * Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
     90
  • trunk/src/wp-content/themes/twentynineteen/style-rtl.css

    r48775 r49348  
    2222Normalizing styles have been helped along thanks to the fine work of
    2323Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
     24
     25Bundled block pattern images:
     26Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
     27Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
     28Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
     29Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
    2430*/
    2531/*--------------------------------------------------------------
  • trunk/src/wp-content/themes/twentynineteen/style.css

    r48775 r49348  
    2222Normalizing styles have been helped along thanks to the fine work of
    2323Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
     24
     25Bundled block pattern images:
     26Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
     27Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
     28Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
     29Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
    2430*/
    2531/*--------------------------------------------------------------
  • trunk/src/wp-content/themes/twentynineteen/style.scss

    r48775 r49348  
    2121Normalizing styles have been helped along thanks to the fine work of
    2222Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
     23
     24Bundled block pattern images:
     25Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
     26Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
     27Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
     28Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
    2329*/
    2430
Note: See TracChangeset for help on using the changeset viewer.