Changeset 46551 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
- Timestamp:
- 10/15/2019 06:45:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
r46446 r46551 26 26 $wp_customize->get_setting( 'blogname' )->transport = 'postMessage'; 27 27 $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; 28 29 /** 30 * Removes the background image section. 31 * The theme only supports the background color option. 32 */ 33 $wp_customize->remove_section( 'background_image' ); 28 34 29 35 $wp_customize->selective_refresh->add_partial(
Note: See TracChangeset
for help on using the changeset viewer.