- Timestamp:
- 03/21/2016 09:58:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r36797 r37040 106 106 // This theme uses its own gallery styles. 107 107 add_filter( 'use_default_gallery_style', '__return_false' ); 108 109 // Indicate widget sidebars can use selective refresh in the Customizer. 110 add_theme_support( 'customize-selective-refresh-widgets' ); 108 111 } 109 112 add_action( 'after_setup_theme', 'twentythirteen_setup' );
Note: See TracChangeset
for help on using the changeset viewer.