Twenty Seventeen: Add theme support for customize selective refresh widgets

Props celloexpressions.

Fixes #38400.


git-svn-id: https://develop.svn.wordpress.org/trunk@38867 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
David A. Kennedy 2016-10-21 21:47:15 +00:00
parent 3e8333b0de
commit 4b9833b656

View File

@ -94,6 +94,9 @@ function twentyseventeen_setup() {
'flex-width' => true,
) );
// Add theme support for selective refresh for widgets.
add_theme_support( 'customize-selective-refresh-widgets' );
/*
* This theme styles the visual editor to resemble the theme style,
* specifically font, colors, and column width.