Make WordPress Core


Ignore:
Timestamp:
11/12/2020 09:12:32 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Introduce block patterns for Twenty Sixteen.

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

File:
1 edited

Legend:

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

    r49208 r49583  
    217217        // Indicate widget sidebars can use selective refresh in the Customizer.
    218218        add_theme_support( 'customize-selective-refresh-widgets' );
     219
     220        // Add support for custom line height controls.
     221        add_theme_support( 'custom-line-height' );
    219222    }
    220223endif; // twentysixteen_setup()
     
    508511
    509512/**
     513 * Block Patterns.
     514 */
     515require get_template_directory() . '/inc/block-patterns.php';
     516
     517/**
    510518 * Customizer additions.
    511519 */
Note: See TracChangeset for help on using the changeset viewer.