]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfourteen/functions.php
WordPress 4.5
[autoinstalls/wordpress.git] / wp-content / themes / twentyfourteen / functions.php
index 4e65214a0f32c5d5aa2a8a17c6806fd38168fbcf..9b7cf0b6d8c9d3176c948d8cc8823cbad2436279 100644 (file)
@@ -113,6 +113,9 @@ function twentyfourteen_setup() {
 
        // This theme uses its own gallery styles.
        add_filter( 'use_default_gallery_style', '__return_false' );
+
+       // Indicate widget sidebars can use selective refresh in the Customizer.
+       add_theme_support( 'customize-selective-refresh-widgets' );
 }
 endif; // twentyfourteen_setup
 add_action( 'after_setup_theme', 'twentyfourteen_setup' );