Changeset 37040 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 03/21/2016 09:58:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r36797 r37040 75 75 add_theme_support( 'post-thumbnails' ); 76 76 set_post_thumbnail_size( 624, 9999 ); // Unlimited height, soft crop 77 78 // Indicate widget sidebars can use selective refresh in the Customizer. 79 add_theme_support( 'customize-selective-refresh-widgets' ); 77 80 } 78 81 add_action( 'after_setup_theme', 'twentytwelve_setup' );
Note: See TracChangeset
for help on using the changeset viewer.