Changeset 46614 for branches/5.3/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
- Timestamp:
- 10/29/2019 04:40:34 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
r46571 r46614 45 45 $wp_customize->selective_refresh->add_partial( 46 46 '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', 47 55 array( 48 56 'selector' => '.header-titles [class*=site-]:not(.site-description)',
Note: See TracChangeset
for help on using the changeset viewer.