Make WordPress Core


Ignore:
Timestamp:
11/12/2020 09:20:21 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Introduce block patterns for Twenty Seventeen.

Props melchoyce, kjellr, onemaggie, ryelle, beafialho, bridgetwillard, poena.
Fixes #51100.

File:
1 edited

Legend:

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

    r49208 r49584  
    4444     */
    4545    add_theme_support( 'title-tag' );
     46
     47    /*
     48     * Enables custom line height for blocks
     49     */
     50    add_theme_support( 'custom-line-height' );
    4651
    4752    /*
     
    665670 */
    666671require get_parent_theme_file_path( '/inc/icon-functions.php' );
     672
     673/**
     674 * Block Patterns.
     675 */
     676require get_template_directory() . '/inc/block-patterns.php';
Note: See TracChangeset for help on using the changeset viewer.