Make WordPress Core


Ignore:
Timestamp:
10/29/2019 02:53:27 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 [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290.

Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Fixes #48450.

File:
1 edited

Legend:

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

    r46571 r46613  
    4545            $wp_customize->selective_refresh->add_partial(
    4646                'custom_logo',
     47                array(
     48                    'selector'        => '.header-titles [class*=site-]:not(.site-description)',
     49                    'render_callback' => 'twentytwenty_customize_partial_site_logo',
     50                )
     51            );
     52
     53            $wp_customize->selective_refresh->add_partial(
     54                'retina_logo',
    4755                array(
    4856                    'selector'        => '.header-titles [class*=site-]:not(.site-description)',
Note: See TracChangeset for help on using the changeset viewer.