Make WordPress Core


Ignore:
Timestamp:
10/15/2019 06:45:02 PM (5 years ago)
Author:
desrosj
Message:

Bundled Themes: Update Twenty Twenty.

This brings trunk’s version of Twenty Twenty in-sync with GitHub.

For a complete list of changes since [46445], see https://github.com/WordPress/twentytwenty/compare/7246fd6...bc89c51.

Props anlino, ianbelanger, poena, williampatton, nielslange, acosmin, netweb, joyously, mahesh901122, josephscott, byalextran, amolv, Clorith.
See #48110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php

    r46446 r46551  
    2626            $wp_customize->get_setting( 'blogname' )->transport        = 'postMessage';
    2727            $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' );
    2834
    2935            $wp_customize->selective_refresh->add_partial(
Note: See TracChangeset for help on using the changeset viewer.