From 7a22cf38038ec6321d3fca0f0cc19b69443f2c5d Mon Sep 17 00:00:00 2001 From: koenemann Date: Mon, 9 Jan 2017 14:17:41 +0100 Subject: [PATCH] adding customizer edit icon support --- inc/setup.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inc/setup.php b/inc/setup.php index b1225b1..49e31ae 100644 --- a/inc/setup.php +++ b/inc/setup.php @@ -68,6 +68,11 @@ if ( ! function_exists( 'understrap_setup' ) ) : */ add_theme_support( 'post-thumbnails' ); + /* + * Adding support for Widget edit icons in customizer + */ + add_theme_support( 'customize-selective-refresh-widgets' ); + /* * Enable support for Post Formats. * See http://codex.wordpress.org/Post_Formats