Ticket #51337: 51337.patch
| File 51337.patch, 818 bytes (added by , 4 years ago) |
|---|
-
src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
49 49 $wp_customize->selective_refresh->add_partial( 50 50 'custom_logo', 51 51 array( 52 'selector' => '.header-titles [class*=site-]:not(.site-description)', 53 'render_callback' => 'twentytwenty_customize_partial_site_logo', 52 'selector' => '.header-titles [class*=site-]:not(.site-description)', 53 'render_callback' => 'twentytwenty_customize_partial_site_logo', 54 'container_inclusive' => true, 54 55 ) 55 56 ); 56 57