Make WordPress Core


Ignore:
Timestamp:
10/22/2019 06:25:45 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 [46551], see https://github.com/WordPress/twentytwenty/compare/bc89c51...4549fd9.

Reviewed by SergeyBiryukov, desrosj, ianbelanger.
Props anlino, ianbelanger, poena, williampatton, nielslange, acosmin, intimez, itowhid06, decrecementofeliz, aristath, westonruter, mukesh27, jorgefilipecosta, karmatosed.
Fixes #48386.

File:
1 edited

Legend:

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

    r46551 r46571  
    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' );
    3428
    3529            $wp_customize->selective_refresh->add_partial(
Note: See TracChangeset for help on using the changeset viewer.