Changeset 46571 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
- Timestamp:
- 10/22/2019 06:25:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
r46551 r46571 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' );34 28 35 29 $wp_customize->selective_refresh->add_partial(
Note: See TracChangeset
for help on using the changeset viewer.