Make WordPress Core


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.

File:
1 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';
Note: See TracChangeset for help on using the changeset viewer.