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:
parent
3e8333b0de
commit
4b9833b656
@ -94,6 +94,9 @@ function twentyseventeen_setup() {
|
|||||||
'flex-width' => true,
|
'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,
|
* This theme styles the visual editor to resemble the theme style,
|
||||||
* specifically font, colors, and column width.
|
* specifically font, colors, and column width.
|
||||||
|
Loading…
Reference in New Issue
Block a user