adding customizer edit icon support

This commit is contained in:
koenemann 2017-01-09 14:17:41 +01:00
parent 9fc94678a2
commit 7a22cf3803
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ if ( ! function_exists( 'understrap_setup' ) ) :
*/ */
add_theme_support( 'post-thumbnails' ); 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. * Enable support for Post Formats.
* See http://codex.wordpress.org/Post_Formats * See http://codex.wordpress.org/Post_Formats